diff --git a/pkgs/build-support/autonix/default.nix b/pkgs/build-support/autonix/default.nix index e7d85cc5085e..7751f8019c4f 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;