From 9dfc63b201e5f6f6176137a466f1bfeb3987b388 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Wed, 29 May 2024 02:32:40 -0700 Subject: [PATCH] release-checks: Remove workaround for 10 year old Nix bug This bug has been fixed 10 years ago, and the release checks seem to build on my x86_64-linux machine without exploding. https://github.com/NixOS/nix/pull/425 https://github.com/NixOS/nixpkgs/issues/5494 --- pkgs/top-level/nixpkgs-basic-release-checks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/nixpkgs-basic-release-checks.nix b/pkgs/top-level/nixpkgs-basic-release-checks.nix index ea1889090328..8d746001c5d6 100644 --- a/pkgs/top-level/nixpkgs-basic-release-checks.nix +++ b/pkgs/top-level/nixpkgs-basic-release-checks.nix @@ -12,7 +12,7 @@ pkgs.runCommand "nixpkgs-release-checks" export NIX_STORE_DIR=$TMPDIR/store export NIX_STATE_DIR=$TMPDIR/state export NIX_PATH=nixpkgs=$TMPDIR/barf.nix - opts=(--option build-users-group "") + opts=() nix-store --init echo 'abort "Illegal use of in Nixpkgs."' > $TMPDIR/barf.nix