From 4f3d9e237268731bad71c00780b5d9a2fd9e8137 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 28 Jun 2023 06:43:50 +0000 Subject: [PATCH] fix(flakes): remove unnecessary source override --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index ee34180..af910cb 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,6 @@ clipboard-substitutor-nextest = craneLib.cargoNextest (commonArgs // { inherit cargoArtifacts; - src = ./.; partitions = 1; partitionType = "count"; });