add allWithBuildDeps to flake

This commit is contained in:
root
2024-07-21 19:18:45 -07:00
parent daaa70e148
commit 2458df3d17

View File

@@ -155,5 +155,7 @@
cd $out
${pkgs.lib.concatStringsSep "\n" symlinkCommands}
'';
allWithBuildDeps = nixpkgs.legacyPackages.x86_64-linux.closureInfo { rootPaths = [ self.all.drvPath ]; };
};
}