plugins still can't inline huh
This commit is contained in:
parent
4ee5913bd0
commit
3dd055b640
6 changed files with 22 additions and 16 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue