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 --- Cargo.lock | 2 +- bin/Cargo.toml | 2 +- flake.nix | 7 ++----- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ab9bc9..464b91f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" [[package]] name = "statix" -version = "0.3.2" +version = "0.3.3" dependencies = [ "ariadne", "clap", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 1beb712..f24c5c9 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statix" -version = "0.3.2" +version = "0.3.3" edition = "2018" license = "MIT" authors = [ "Akshay " ] 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