This commit is contained in:
Shelvacu
2024-06-27 12:28:49 -07:00
parent 90fc0c3f5b
commit 4584200632

View File

@@ -144,7 +144,7 @@
all = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
symlinkCommands = pkgs.lib.mapAttrsToList (name: pkg: "ln -s ${pkg} ${name}");
in pkgs.lib.runCommand "nix-stuff-all" {} ''
in pkgs.runCommand "nix-stuff-all" {} ''
mkdir $out
cd $out
${pkgs.lib.concatStringSep "\n" symlinkCommands}