From 0491af62822786985f2cdbcac0c0bf141d68ce13 Mon Sep 17 00:00:00 2001 From: Forestcat Date: Thu, 7 Dec 2023 21:16:49 +0100 Subject: [PATCH] bugfix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 12f42b8..99ea621 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }; in { nixosConfigurations = { - myNixos = npkgs.lib.nixosSystem { + myNixos = nixpkgs.lib.nixosSystem { inherit system; modules = [ ./nixos/configuration.nix