From aa4c727367b6db19f32ab77c40548bc728c1fbef Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 10 Dec 2023 06:53:14 -0600 Subject: [PATCH] switch dalinar to unstable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ef25ae3..84d3d25 100644 --- a/flake.nix +++ b/flake.nix @@ -90,7 +90,7 @@ } ]; }; - dalinar = nixpkgs-stable.lib.nixosSystem { + dalinar = lib.nixosSystem { inherit system; modules = [ ./systems/dalinar/configuration.nix