Retesting install.sh as script bin

This commit is contained in:
Emmet 2024-02-25 13:04:02 -06:00
parent 87ac573331
commit e757a950bf
2 changed files with 10 additions and 14 deletions

View file

@ -127,9 +127,7 @@
{
default = self.packages.${system}.install;
install = pkgs.writeScriptBin "install" ''
echo "echo works"
'';
install = pkgs.writeScriptBin "install" ./install.sh;
});
apps = forAllSystems (system: {