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 {
inherit system;
specialArgs = { inherit user; };
specialArgs = { inherit user; inherit pkgs-unstable; };
modules = [
./hosts/torus/configuration.nix
./hosts/torus/hardware.nix