mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
Another test?
This commit is contained in:
parent
46e0878887
commit
2414b7ff8f
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue