From 47b0d38dde57165e54163d3fe14cd5fb977e001b Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Sat, 7 Oct 2023 09:52:19 -0700 Subject: [PATCH] add unstable to torus --- provision/nixos/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision/nixos/flake.nix b/provision/nixos/flake.nix index ba824760..6f84b844 100644 --- a/provision/nixos/flake.nix +++ b/provision/nixos/flake.nix @@ -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