diff options
Diffstat (limited to 'lib/eval-source.nix')
| -rw-r--r-- | lib/eval-source.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eval-source.nix b/lib/eval-source.nix index ff853185b..93320a218 100644 --- a/lib/eval-source.nix +++ b/lib/eval-source.nix @@ -1,4 +1,5 @@ -with import <stockholm/lib>; +{ lib }: +with lib; let eval = _file: source: evalModules { modules = singleton { |
