Running another test?

This commit is contained in:
Emmet 2024-02-25 12:51:46 -06:00
parent 2414b7ff8f
commit 87ac573331

View file

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