forked from lix-project/lix
Merge remote-tracking branch 'origin/master' into flakes
This commit is contained in:
commit
7304f9f145
24
flake.nix
24
flake.nix
|
@ -446,30 +446,6 @@
|
|||
'';
|
||||
*/
|
||||
|
||||
# Aggregate job containing the release-critical jobs.
|
||||
release =
|
||||
with self.hydraJobs;
|
||||
nixpkgsFor.x86_64-linux.releaseTools.aggregate {
|
||||
name = "nix-${version}";
|
||||
meta.description = "Release-critical builds";
|
||||
constituents =
|
||||
[ "build.i686-linux"
|
||||
"build.x86_64-darwin"
|
||||
"build.x86_64-linux"
|
||||
"build.aarch64-linux"
|
||||
"binaryTarball.i686-linux"
|
||||
"binaryTarball.x86_64-darwin"
|
||||
"binaryTarball.x86_64-linux"
|
||||
"binaryTarball.aarch64-linux"
|
||||
"tests.remoteBuilds"
|
||||
"tests.nix-copy-closure"
|
||||
"tests.binaryTarball"
|
||||
#"tests.evalNixpkgs"
|
||||
#"tests.evalNixOS"
|
||||
"installerScript"
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
checks = forAllSystems (system: {
|
||||
|
|
Loading…
Reference in a new issue