From 4ad7d21c88aab7269e7959dc56c2808c6fda0c09 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 23 Jul 2025 18:13:35 +0200 Subject: [PATCH] top-level/release-outpaths-parallel: rename from top-level/release-attrpaths-parallel This file takes attrpaths as input and returns chunks of derivations, aka a subset of release-outpaths - while release-attrpaths-superset returns only an attrpath, not any derivations. Thus, as a specialization of release-outpaths, the name release-outpaths-parallel matches much better. --- ci/eval/default.nix | 2 +- ...ase-attrpaths-parallel.nix => release-outpaths-parallel.nix} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/top-level/{release-attrpaths-parallel.nix => release-outpaths-parallel.nix} (100%) diff --git a/ci/eval/default.nix b/ci/eval/default.nix index efe216c98f5c..2efa75b2421b 100644 --- a/ci/eval/default.nix +++ b/ci/eval/default.nix @@ -99,7 +99,7 @@ let set +e command time -o "$outputDir/timestats/$myChunk" \ -f "Chunk $myChunk on $system done [%MKB max resident, %Es elapsed] %C" \ - nix-env -f "${nixpkgs}/pkgs/top-level/release-attrpaths-parallel.nix" \ + nix-env -f "${nixpkgs}/pkgs/top-level/release-outpaths-parallel.nix" \ --eval-system "$system" \ --option restrict-eval true \ --option allow-import-from-derivation false \ diff --git a/pkgs/top-level/release-attrpaths-parallel.nix b/pkgs/top-level/release-outpaths-parallel.nix similarity index 100% rename from pkgs/top-level/release-attrpaths-parallel.nix rename to pkgs/top-level/release-outpaths-parallel.nix