Skip to content

Commit

Permalink
Merge pull request #19 from serokell/rvem/fix-new-nix-impurity
Browse files Browse the repository at this point in the history
Update 'gitignore'
  • Loading branch information
rvem authored Nov 4, 2022
2 parents 4d2597f + 27a7aa8 commit 26c22e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
16 changes: 10 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
flake = false;
};

inputs.gitignore.url = "github:hercules-ci/gitignore";
inputs.gitignore.flake = false;
inputs.gitignore = {
url = "github:hercules-ci/gitignore.nix";
inputs.nixpkgs.follows = "nixpkgs";
};

inputs.mix-to-nix.url = "github:serokell/mix-to-nix/transumption";
inputs.mix-to-nix.flake = false;
Expand All @@ -21,7 +23,7 @@
pkgs = import nixpkgs { inherit system; };

mixToNix = (pkgs.callPackage mix-to-nix { }).mixToNix;
gitignoreSource = (pkgs.callPackage gitignore { }).gitignoreSource;
inherit (gitignore.lib) gitignoreSource;
in
{
defaultPackage = pkgs.callPackage ./derivation.nix { inherit mixToNix gitignoreSource; };
Expand Down

0 comments on commit 26c22e9

Please sign in to comment.