From 68b6b4b92129de2d1ab0f02ff5bcad08b666fca5 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 28 Feb 2022 22:39:53 +0100 Subject: [PATCH] remove unused argument --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5a1fb1c..57e2c20 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ overlay-unstable ]; }; - mkComputer = configurationNix: homeManagerRole: extraModules: nixpkgs.lib.nixosSystem { + mkComputer = configurationNix: homeManagerRole: nixpkgs.lib.nixosSystem { inherit system pkgs; specialArgs = { inherit custom inputs; }; modules = (