Commit 9dfc63b2 authored by Jade Lovelace's avatar Jade Lovelace
Browse files

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
parent 12f94650
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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