mirror of
https://github.com/NixOS/nix.git
synced 2025-12-20 07:51:07 +01:00
Add hydraJobs.tests.nix-serve
This commit is contained in:
parent
cf5592c66a
commit
97bd6ebfed
4 changed files with 21 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
, mdbook
|
||||
, mdbook-linkcheck
|
||||
, mercurial
|
||||
, nix-perl-bindings
|
||||
, openssh
|
||||
, openssl
|
||||
, pkg-config
|
||||
|
|
@ -334,6 +335,10 @@ in {
|
|||
|
||||
hardeningDisable = lib.optional stdenv.hostPlatform.isStatic "pie";
|
||||
|
||||
passthru = lib.optionalAttrs (stdenv.buildPlatform.canExecute stdenv.hostPlatform) {
|
||||
perl-bindings = nix-perl-bindings;
|
||||
};
|
||||
|
||||
meta = {
|
||||
platforms = lib.platforms.unix ++ lib.platforms.windows;
|
||||
mainProgram = "nix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue