Skip to content

Commit

Permalink
nix: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Mar 14, 2024
1 parent 033913a commit 686b40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# has only one.
# See https://github.com/srid/haskell-flake/blob/master/example/flake.nix
haskellProjects.default = {
# To avoid unnecessary rebuilds:
# https://github.com/srid/haskell-flake/issues/269
# To avoid unnecessary rebuilds, we filter projectRoot:
# https://community.flake.parts/haskell-flake/local#rebuild
projectRoot = builtins.toString (lib.fileset.toSource {
root = ./.;
fileset = lib.fileset.unions [
Expand Down

0 comments on commit 686b40e

Please sign in to comment.