diff options
author | Akshay <[email protected]> | 2021-10-28 03:23:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-28 03:23:40 +0100 |
commit | aa1a85527613ca8cabd5b7134ab46833564439c7 (patch) | |
tree | 964681980bf5f48c307f35af8469164e09b89b0c /flake.nix | |
parent | 3c9a675b9d776bf2210803d582e9af88f9df2631 (diff) |
bump to v0.2.4v0.2.4
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |