maintainers/scripts/eval-release: don't special case xbursttools

This commit is contained in:
K900 2024-04-22 22:43:29 +03:00
parent 06fa7d16c1
commit 5106caae70
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ let
trace = if builtins.getEnv "VERBOSE" == "1" then builtins.trace else (x: y: y);
rel = removeAttrs (import ../../pkgs/top-level/release.nix { }) [ "tarball" "unstable" "xbursttools" ];
rel = removeAttrs (import ../../pkgs/top-level/release.nix { }) [ "tarball" "unstable" ];
# Add the recurseForDerivations attribute to ensure that
# nix-instantiate recurses into nested attribute sets.