Skip to content

Commit

Permalink
well
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 4, 2023
1 parent c8a97b3 commit 3a984c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
path = builtins.path {
path = ./.;
filter = path: _:
inputs.nixpkgs.lib.hasSuffix ".nix" path ||
inputs.nixpkgs.lib.hasSuffix ".lock" path ||
inputs.nixpkgs.lib.hasSuffix "home" path;
!(inputs.nixpkgs.lib.hasSuffix "LICENSE" path ||
inputs.nixpkgs.lib.hasSuffix "README.md" path);
};
};

Expand Down

0 comments on commit 3a984c4

Please sign in to comment.