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:
parent
9a0162c8b0
commit
29045617a5
@ -22,7 +22,8 @@
|
||||
"x86_64-apple-darwin"
|
||||
"x86_64-unknown-linux-gnu"
|
||||
"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
|
||||
, scrubJobs ? true
|
||||
|
Loading…
Reference in New Issue
Block a user