Unverified Commit 38a52bbf authored by Adam Stephens's avatar Adam Stephens
Browse files

restic: disable tests on non-linux

parent 120103ec
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,7 +25,9 @@ buildGoModule rec {

  nativeCheckInputs = [ python3 ];

  passthru.tests.restic = nixosTests.restic;
  passthru.tests = lib.optionalAttrs stdenv.isLinux {
    restic = nixosTests.restic;
  };

  postPatch = ''
    rm cmd/restic/cmd_mount_integration_test.go