mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
nixops_unstable: Skip test on darwin
It's broken in upstream nixpkgs, not our problem.
This commit is contained in:
parent
1426612d4e
commit
c22f70a140
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ builtins.removeAttrs
|
|||
trivial-cross = skipOSX (callTest ./trivial-cross { });
|
||||
|
||||
# Inherit test cases from nixpkgs
|
||||
inherit (pkgs) nixops nixops_unstable;
|
||||
nixops = pkgs.nixops;
|
||||
nixops_unstable = skipOSX pkgs.nixops_unstable;
|
||||
|
||||
# Rmfuse fails on darwin because osxfuse only implements fuse api v2
|
||||
rmfuse = skipOSX pkgs.rmfuse;
|
||||
|
|
Loading…
Add table
Reference in a new issue