From aab76eaf384e550682083aac5deed4c91d4b1d90 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 4 Sep 2022 16:09:16 -0500 Subject: [PATCH] ensuring dalinar uses the stable system --- README.org | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index edd00e5..540b9b8 100644 --- a/README.org +++ b/README.org @@ -112,7 +112,7 @@ Both include the home-manager module. Primarily I chose that route so that I cou } ]; }; - dalinar = lib-stable.nixosSystem { + dalinar = nixpkgs-stable.lib.nixosSystem { inherit system; modules = [ ./system/dalinar/configuration.nix diff --git a/flake.nix b/flake.nix index a0e99c0..7a66734 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,7 @@ } ]; }; - dalinar = lib-stable.nixosSystem { + dalinar = nixpkgs-stable.lib.nixosSystem { inherit system; modules = [ ./system/dalinar/configuration.nix