diff --git a/flake.nix b/flake.nix index 57c06dd..8605f3d 100644 --- a/flake.nix +++ b/flake.nix @@ -77,6 +77,6 @@ result = let targetFile = builtins.getEnv "TARGET_FILE"; targetFile' = if targetFile != "" then targetFile else "site/index.nix"; - in builtins.scopedImport { inherit (self) raw __findFile; } ./${targetFile'}; + in builtins.scopedImport { inherit (self) raw __findFile; inherit lib; } ./${targetFile'}; }; }