add unstable to torus

This commit is contained in:
Tyler Starr 2023-10-07 09:52:19 -07:00
parent afc18704d0
commit 47b0d38dde

View File

@ -48,7 +48,7 @@
torus = lib.nixosSystem { torus = lib.nixosSystem {
inherit system; inherit system;
specialArgs = { inherit user; }; specialArgs = { inherit user; inherit pkgs-unstable; };
modules = [ modules = [
./hosts/torus/configuration.nix ./hosts/torus/configuration.nix
./hosts/torus/hardware.nix ./hosts/torus/hardware.nix