diff --git a/lib.nix b/lib.nix index 16b1791..7729723 100644 --- a/lib.nix +++ b/lib.nix @@ -1,4 +1,7 @@ -{ pkgs, nix_templater }: +{ + pkgs, + nix_templater ? pkgs.callPackage ./pkgs/nix_templater { }, +}: { # placeholder to be substituted with the content of a secret file fileContents = file: {