plugins still can't inline huh

This commit is contained in:
41666 2025-04-22 12:04:25 -07:00
parent 4ee5913bd0
commit 3dd055b640
6 changed files with 22 additions and 16 deletions

View file

@ -2,6 +2,11 @@
inherit name src;
version = "0.0.0";
dontUnpack = true;
buildInputs = [
pkgs.python3
];
installPhase = "
mkdir -p $out/bin
cp $src $out/bin/${name}