mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +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};
|
||||
}
|
||||
# Add "passthru" tests
|
||||
// flatMapAttrs {
|
||||
// flatMapAttrs ({
|
||||
"" = nixpkgsFor.${system}.native;
|
||||
# FIXME: Static build on darwin currently broken
|
||||
# "static-" = nixpkgsFor.${system}.static;
|
||||
}
|
||||
} // lib.optionalAttrs (! nixpkgsFor.${system}.native.stdenv.hostPlatform.isDarwin) {
|
||||
# TODO: enable static builds for darwin, blocked on:
|
||||
# https://github.com/NixOS/nixpkgs/issues/320448
|
||||
"static-" = nixpkgsFor.${system}.static;
|
||||
})
|
||||
(nixpkgsPrefix: nixpkgs:
|
||||
flatMapAttrs nixpkgs.nix-components
|
||||
(pkgName: pkg:
|
||||
|
|
Loading…
Reference in a new issue