aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 55af012..bb28517 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;