mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Test static build of nix-util on non-darwin
This commit is contained in:
parent
1eaddb209d
commit
ae3304bde9
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
flake.nix
|
@ -332,11 +332,13 @@
|
||||||
#perlBindings = self.hydraJobs.perlBindings.${system};
|
#perlBindings = self.hydraJobs.perlBindings.${system};
|
||||||
}
|
}
|
||||||
# Add "passthru" tests
|
# Add "passthru" tests
|
||||||
// flatMapAttrs {
|
// flatMapAttrs ({
|
||||||
"" = nixpkgsFor.${system}.native;
|
"" = nixpkgsFor.${system}.native;
|
||||||
# FIXME: Static build on darwin currently broken
|
} // lib.optionalAttrs (! nixpkgsFor.${system}.native.stdenv.hostPlatform.isDarwin) {
|
||||||
# "static-" = nixpkgsFor.${system}.static;
|
# TODO: enable static builds for darwin, blocked on:
|
||||||
}
|
# https://github.com/NixOS/nixpkgs/issues/320448
|
||||||
|
"static-" = nixpkgsFor.${system}.static;
|
||||||
|
})
|
||||||
(nixpkgsPrefix: nixpkgs:
|
(nixpkgsPrefix: nixpkgs:
|
||||||
flatMapAttrs nixpkgs.nix-components
|
flatMapAttrs nixpkgs.nix-components
|
||||||
(pkgName: pkg:
|
(pkgName: pkg:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue