fix broken flake builds

This commit is contained in:
Akshay 2021-10-31 22:52:28 +05:30
parent 84c9d656dd
commit 150106459f
3 changed files with 4 additions and 7 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
[[package]]
name = "statix"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"ariadne",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "statix"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
license = "MIT"
authors = [ "Akshay <nerdy@peppe.rs>" ]

View File

@ -53,11 +53,8 @@
statix = with final; pkgs.stdenv.mkDerivation {
pname = "statix";
version = "v0.3.2";
src = builtins.path {
path = gitignoreSource ./.;
name = "statix";
};
version = "v0.3.3";
src = gitignoreSource ./.;
nativeBuildInputs = [
(importCargo { lockFile = ./Cargo.lock; inherit pkgs; }).cargoHome
rust