forked from lix-project/lix
flake.nix: Add more checks
This commit is contained in:
parent
a9d3524e1f
commit
b70fc8f30c
|
@ -14,7 +14,12 @@
|
||||||
nixpkgs = deps.nixpkgs;
|
nixpkgs = deps.nixpkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
checks.binaryTarball = hydraJobs.binaryTarball.x86_64-linux;
|
checks = {
|
||||||
|
binaryTarball = hydraJobs.binaryTarball.x86_64-linux;
|
||||||
|
perlBindings = hydraJobs.perlBindings.x86_64-linux;
|
||||||
|
inherit (hydraJobs.tests) remoteBuilds nix-copy-closure;
|
||||||
|
setuid = hydraJobs.tests.setuid.x86_64-linux;
|
||||||
|
};
|
||||||
|
|
||||||
packages = {
|
packages = {
|
||||||
nix = hydraJobs.build.x86_64-linux;
|
nix = hydraJobs.build.x86_64-linux;
|
||||||
|
|
Loading…
Reference in a new issue