diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | bin/Cargo.toml | 2 | ||||
-rw-r--r-- | flake.nix | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0" | |||
388 | 388 | ||
389 | [[package]] | 389 | [[package]] |
390 | name = "statix" | 390 | name = "statix" |
391 | version = "0.2.3" | 391 | version = "0.2.4" |
392 | dependencies = [ | 392 | dependencies = [ |
393 | "ariadne", | 393 | "ariadne", |
394 | "clap", | 394 | "clap", |
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 78f4b9c..92463bc 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -1,6 +1,6 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "statix" | 2 | name = "statix" |
3 | version = "0.2.3" | 3 | version = "0.2.4" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | 6 | ||
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | statix = with final; pkgs.stdenv.mkDerivation { | 50 | statix = with final; pkgs.stdenv.mkDerivation { |
51 | pname = "statix"; | 51 | pname = "statix"; |
52 | version = "v0.2.3"; | 52 | version = "v0.2.4"; |
53 | src = builtins.path { | 53 | src = builtins.path { |
54 | path = ./.; | 54 | path = ./.; |
55 | name = "statix"; | 55 | name = "statix"; |
@@ -99,7 +99,7 @@ | |||
99 | 99 | ||
100 | devShell = forAllSystems (system: | 100 | devShell = forAllSystems (system: |
101 | let | 101 | let |
102 | pkgs = nixpkgsFor.${system}; | 102 | pkgs = nixpkgsFor."${system}"; |
103 | inherit (rustChannel pkgs) rust rust-src rust-analysis; | 103 | inherit (rustChannel pkgs) rust rust-src rust-analysis; |
104 | in | 104 | in |
105 | with pkgs; | 105 | with pkgs; |