make it less nonfunctional
This commit is contained in:
parent
ec9b776779
commit
4432b46c94
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
||||||
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2305.*.tar.gz";
|
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2305.*.tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
outputs = { self, flake-schemas, nixpkgs }:
|
outputs = { self, flake-schemas, nixpkgs }:
|
||||||
let
|
let
|
||||||
supportedSystems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" "aarch64-linux" ];
|
supportedSystems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" "aarch64-linux" ];
|
||||||
|
@ -30,7 +29,7 @@
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
mv * $out/bin/
|
mv * $out/bin/
|
||||||
echo "#!/bin/sh" > $out/bin/pesterchum
|
echo "#!/bin/sh" > $out/bin/pesterchum
|
||||||
echo "${python pkgs}/bin/python pesterchum.py" >> $out/bin/pesterchum
|
echo "${python pkgs}/bin/python $out/bin/pesterchum.py" >> $out/bin/pesterchum
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue