Add pkgs-unstable to all hosts

This commit is contained in:
Pedro Rey Anca 2024-08-03 23:10:31 +02:00
parent 67cb494c16
commit e7e3d03d7a

View file

@ -61,7 +61,7 @@
modules = [(import ./hosts/frues-port)];
specialArgs = {
host = "frues-port";
inherit self inputs username;
inherit self inputs username pkgs-unstable;
};
};
frues-vm = nixpkgs.lib.nixosSystem {
@ -69,7 +69,7 @@
modules = [(import ./hosts/frues-vm)];
specialArgs = {
host = "frues-vm";
inherit self inputs username;
inherit self inputs username pkgs-unstable;
};
};
fruesos-live = nixpkgs.lib.nixosSystem {
@ -80,7 +80,7 @@
];
specialArgs = {
host = "fruesos-live";
inherit self inputs username;
inherit self inputs username pkgs-unstable;
};
};
};