diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -53,11 +53,8 @@ | |||
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.2"; | 56 | version = "v0.3.3"; |
57 | src = builtins.path { | 57 | src = gitignoreSource ./.; |
58 | path = gitignoreSource ./.; | ||
59 | name = "statix"; | ||
60 | }; | ||
61 | nativeBuildInputs = [ | 58 | nativeBuildInputs = [ |
62 | (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome | 59 | (importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome |
63 | rust | 60 | rust |