remove nixos tests from test set

This commit is contained in:
Jörg Thalheim 2021-11-07 09:28:52 +01:00
parent 73ca793539
commit 17c4771b21

View file

@ -54,6 +54,4 @@ in rec {
'';
fixupPhase = ":";
});
# integration tests
} // pkgs.lib.optionalAttrs (pkgs.stdenv.isLinux) sops-install-secrets.tests
}