From 16dfddd46d3c51ec5b66d35faff2b8cdc8c65a1a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 20 Aug 2024 16:52:33 -0400 Subject: [PATCH] templates/default: fix flake parts mkFlake call --- templates/default/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/flake.nix b/templates/default/flake.nix index cbcac29..ebcc44d 100644 --- a/templates/default/flake.nix +++ b/templates/default/flake.nix @@ -10,7 +10,7 @@ flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; }; - outputs = inputs: inputs.flake-parts.lib.mkFlake ({ ... }: { + outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } ({ ... }: { systems = [ "x86_64-linux" ]; imports = with inputs; [