diff --git a/flake.nix b/flake.nix index 378ebac..3880b98 100644 --- a/flake.nix +++ b/flake.nix @@ -100,7 +100,7 @@ ); # Templates - templates = import ./templates; + templates = import ./templates { inherit inputs outputs; }; # Overlays overlays = import ./overlays { inherit inputs outputs; }; diff --git a/templates/default.nix b/templates/default.nix index 4ee71bb..bb1c85c 100644 --- a/templates/default.nix +++ b/templates/default.nix @@ -1,3 +1,4 @@ +{ inputs, outputs, ... }: { haskell = { description = "Haskell environment (stack + hls)";