From 150106459f7a8e0325fe85c41919cc32f2f19964 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 31 Oct 2021 22:52:28 +0530 Subject: fix broken flake builds --- flake.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f1cf699..887c7ce 100644 --- a/flake.nix +++ b/flake.nix @@ -53,11 +53,8 @@ statix = with final; pkgs.stdenv.mkDerivation { pname = "statix"; - version = "v0.3.2"; - src = builtins.path { - path = gitignoreSource ./.; - name = "statix"; - }; + version = "v0.3.3"; + src = gitignoreSource ./.; nativeBuildInputs = [ (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome rust -- cgit v1.2.3