Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 4, 2024
1 parent 46db733 commit ce703cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/flake-parts/template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

filters = path: with inputs.nixpkgs.lib; {
homeOnly =
hasInfix "configurations/home" path
|| hasSuffix "activate-home.nix" path;
# NOTE: configurations/home/* is imported in nix-darwin and NixOS
hasSuffix "activate-home.nix" path;
darwinOnly =
hasInfix "configurations/darwin" path
|| hasInfix "modules/darwin" path;
Expand Down

0 comments on commit ce703cf

Please sign in to comment.