Another test?

This commit is contained in:
Emmet 2024-02-25 12:46:14 -06:00
parent 46e0878887
commit 2414b7ff8f

View file

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