From 17c4771b216e670fa57d02c5654af8c3c51497c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 7 Nov 2021 09:28:52 +0100 Subject: [PATCH] remove nixos tests from test set --- default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/default.nix b/default.nix index ff423a4..9c4ce11 100644 --- a/default.nix +++ b/default.nix @@ -54,6 +54,4 @@ in rec { ''; fixupPhase = ":"; }); - -# integration tests -} // pkgs.lib.optionalAttrs (pkgs.stdenv.isLinux) sops-install-secrets.tests +}