mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Running another test?
This commit is contained in:
parent
2414b7ff8f
commit
87ac573331
|
@ -127,7 +127,9 @@
|
||||||
{
|
{
|
||||||
default = self.packages.${system}.install;
|
default = self.packages.${system}.install;
|
||||||
|
|
||||||
install = pkgs.writeScriptBin "install" (bultins.readFile ./install.sh);
|
install = pkgs.writeScriptBin "install" ''
|
||||||
|
echo "echo works"
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
apps = forAllSystems (system: {
|
apps = forAllSystems (system: {
|
||||||
|
|
Loading…
Reference in a new issue