Skip to content

Commit

Permalink
Update import-and-filter-project.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Jul 7, 2020
1 parent d76180c commit 2b09daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/import-and-filter-project.nix
Expand Up @@ -9,7 +9,7 @@ let
srcRoot =
if haskellLib.canCleanSource src
then haskellLib.cleanSourceWith {
name = if src ? name then + "${src.name}-root" else "source-root";
name = if src ? name then "${src.name}-root" else "source-root";
src = src.origSrc or src;
inherit (src) filter;
}
Expand Down

0 comments on commit 2b09daa

Please sign in to comment.