diff options
Diffstat (limited to 'tools/nixery/default.nix')
-rw-r--r-- | tools/nixery/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/nixery/default.nix b/tools/nixery/default.nix index 1f908b609897..f7a2a1712bfb 100644 --- a/tools/nixery/default.nix +++ b/tools/nixery/default.nix @@ -28,7 +28,8 @@ rec { # Implementation of the image building & layering logic nixery-build-image = (import ./build-image { - pkgSource = "path!${<nixpkgs>}"; + srcType = "path"; + srcArgs = <nixpkgs>; }).wrapper; # Use mdBook to build a static asset page which Nixery can then |