fix nixpkgs's release.nix

In https://github.com/NixOS/nixpkgs/pull/328582 we broke the nixpkgs
release.nix by committing an unsound tarball. We comment out freebsd for
now until this has been replaced with a proper public one.
This commit is contained in:
Jörg Thalheim 2024-07-25 20:51:08 +02:00
parent 9a0162c8b0
commit 29045617a5

View File

@ -22,7 +22,8 @@
"x86_64-apple-darwin" "x86_64-apple-darwin"
"x86_64-unknown-linux-gnu" "x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-musl" "x86_64-unknown-linux-musl"
"x86_64-unknown-freebsd" # we can uncomment that once our bootstrap tarballs are fixed
#"x86_64-unknown-freebsd"
] ]
# Strip most of attributes when evaluating to spare memory usage # Strip most of attributes when evaluating to spare memory usage
, scrubJobs ? true , scrubJobs ? true