Add pkgs-unstable to all hosts
This commit is contained in:
parent
67cb494c16
commit
e7e3d03d7a
|
@ -61,7 +61,7 @@
|
||||||
modules = [(import ./hosts/frues-port)];
|
modules = [(import ./hosts/frues-port)];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
host = "frues-port";
|
host = "frues-port";
|
||||||
inherit self inputs username;
|
inherit self inputs username pkgs-unstable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
frues-vm = nixpkgs.lib.nixosSystem {
|
frues-vm = nixpkgs.lib.nixosSystem {
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
modules = [(import ./hosts/frues-vm)];
|
modules = [(import ./hosts/frues-vm)];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
host = "frues-vm";
|
host = "frues-vm";
|
||||||
inherit self inputs username;
|
inherit self inputs username pkgs-unstable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fruesos-live = nixpkgs.lib.nixosSystem {
|
fruesos-live = nixpkgs.lib.nixosSystem {
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
host = "fruesos-live";
|
host = "fruesos-live";
|
||||||
inherit self inputs username;
|
inherit self inputs username pkgs-unstable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue