mirror of
https://github.com/NixOS/nix.git
synced 2025-02-19 18:32:36 +00:00
release.nix: add tarballs to release critical
This commit is contained in:
parent
9f29ddd07c
commit
e7763e4576
@ -268,7 +268,9 @@ let
|
|||||||
name = "nix-${tarball."x86_64-linux".version}";
|
name = "nix-${tarball."x86_64-linux".version}";
|
||||||
meta.description = "Release-critical builds";
|
meta.description = "Release-critical builds";
|
||||||
constituents =
|
constituents =
|
||||||
[ tarball
|
[ tarball.x86_64-linux
|
||||||
|
tarball.x86_64-darwin
|
||||||
|
tarball.i686-linux
|
||||||
build.i686-linux
|
build.i686-linux
|
||||||
build.x86_64-darwin
|
build.x86_64-darwin
|
||||||
build.x86_64-linux
|
build.x86_64-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user