stuff
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user