mirror of
https://github.com/librephoenix/nixos-config
synced 2025-09-05 12:34:02 +05:30
Running another test?
This commit is contained in:
parent
2414b7ff8f
commit
87ac573331
1 changed files with 3 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue