Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 4, 2023
1 parent a085a57 commit fa74850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
filter = path: _:
inputs.nixpkgs.lib.hasSuffix ".nix" path ||
inputs.nixpkgs.lib.hasSuffix ".lock" path ||
path == "home";
builtins.trace path path == "home";
};
};

Expand Down

0 comments on commit fa74850

Please sign in to comment.