diff --git a/tests/default.nix b/tests/default.nix index 6a9675f..04b8370 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -65,6 +65,9 @@ builtins.removeAttrs aiopath = callTest ./aiopath { }; fetched-projectdir = callTest ./fetched-projectdir { }; + # Inherit test cases from nixpkgs + inherit (pkgs) nixops nixopsUnstable rmfuse; + # Test building poetry inherit poetry;