Loading pkgs/tools/backup/restic/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/tools/backup/restic/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading