From aa1a85527613ca8cabd5b7134ab46833564439c7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 28 Oct 2021 07:53:40 +0530 Subject: bump to v0.2.4 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 55af012..bb28517 100644 --- a/flake.nix +++ b/flake.nix @@ -49,7 +49,7 @@ statix = with final; pkgs.stdenv.mkDerivation { pname = "statix"; - version = "v0.2.3"; + version = "v0.2.4"; src = builtins.path { path = ./.; name = "statix"; @@ -99,7 +99,7 @@ devShell = forAllSystems (system: let - pkgs = nixpkgsFor.${system}; + pkgs = nixpkgsFor."${system}"; inherit (rustChannel pkgs) rust rust-src rust-analysis; in with pkgs; -- cgit v1.2.3