From 84c9d656dd4cf2fa5c3cf96c0048bc3329e208b9 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 31 Oct 2021 22:45:42 +0530 Subject: bump to v0.3.2 --- flake.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 90e5c56..f1cf699 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,9 @@ flake = false; }; - import-cargo.url = github:edolstra/import-cargo; + import-cargo.url = "github:edolstra/import-cargo"; + + gitignore.url = "github:hercules-ci/gitignore.nix"; }; @@ -17,10 +19,12 @@ , nixpkgs , mozillapkgs , import-cargo + , gitignore , ... }: let inherit (import-cargo.builders) importCargo; + inherit (gitignore.lib) gitignoreSource; supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; @@ -49,9 +53,9 @@ statix = with final; pkgs.stdenv.mkDerivation { pname = "statix"; - version = "v0.3.1"; + version = "v0.3.2"; src = builtins.path { - path = ./.; + path = gitignoreSource ./.; name = "statix"; }; nativeBuildInputs = [ -- cgit v1.2.3