diff --git a/pkgs/build-support/autonix/default.nix b/pkgs/build-support/autonix/default.nix index e7d85cc5085..7751f8019c4 100644 --- a/pkgs/build-support/autonix/default.nix +++ b/pkgs/build-support/autonix/default.nix @@ -160,6 +160,7 @@ let in { inherit generateCollection; + inherit importManifest; inherit isDepAttr; inherit manifest; inherit removePkgDeps;