Skip to content

Commit

Permalink
chore(default.nix): gitignore filter lorri source
Browse files Browse the repository at this point in the history
Better than the default source filter provided by carnix.
  • Loading branch information
Profpatsch committed Jun 21, 2021
1 parent 266c620 commit dfbf9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cargoLorri.override {
lorri = attrs: {
name = "lorri";

inherit src;
src = pkgs.nix-gitignore.gitignoreSource [ ".git" "target" "/*.nix" ] ./.;

# add man and doc outputs to put our documentation into
outputs = cargoLorri.outputs ++ [ "man" "doc" ];
Expand Down
2 changes: 1 addition & 1 deletion nix/nixpkgs-stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"date": "So 20. Jun 08:44:56 UTC 2021",
"url": "https://github.com/nixos/nixpkgs/archive/bad3ccd099ebe9a8aa017bda8500ab02787d90aa.tar.gz",
"sha256": "07ik6rcfpcvj2zch3mzkxwxjs817iysbvsydkm85f14kn7gnyzp5"
}
}

0 comments on commit dfbf9b3

Please sign in to comment.