From 5a7d81d787f07e468e0c2e0c5c27669b65ff2a2a Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sat, 28 Oct 2023 13:44:27 +0200 Subject: [PATCH] flake.nix: Fix usage of self.nixos-flake.lib.mkLinuxSystem --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6c561ac..d328f92 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ system = "x86_64-linux"; in { nixosConfigurations = { - nachtigall = self.nixos-flake.lib.mkLinuxSystem system { + nachtigall = self.nixos-flake.lib.mkLinuxSystem { imports = [ self.nixosModules.common ./hosts/nachtigall