aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 887c7ce..702e818 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,7 +53,7 @@
53 53
54 statix = with final; pkgs.stdenv.mkDerivation { 54 statix = with final; pkgs.stdenv.mkDerivation {
55 pname = "statix"; 55 pname = "statix";
56 version = "v0.3.3"; 56 version = "v0.3.4";
57 src = gitignoreSource ./.; 57 src = gitignoreSource ./.;
58 nativeBuildInputs = [ 58 nativeBuildInputs = [
59 (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome 59 (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome