diff --git a/flake.nix b/flake.nix index 6c1c3f0..e53b321 100644 --- a/flake.nix +++ b/flake.nix @@ -155,5 +155,7 @@ cd $out ${pkgs.lib.concatStringsSep "\n" symlinkCommands} ''; + + allWithBuildDeps = nixpkgs.legacyPackages.x86_64-linux.closureInfo { rootPaths = [ self.all.drvPath ]; }; }; }