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
This commit is contained in:
Jade Lovelace 2024-05-29 02:32:40 -07:00
parent 12f9465067
commit 9dfc63b201

View File

@ -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 <nixpkgs> in Nixpkgs."' > $TMPDIR/barf.nix