Skip to content

Commit

Permalink
Fix the indentation of a multiline string
Browse files Browse the repository at this point in the history
Got bitten by tweag/topiary#654 once again

Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
  • Loading branch information
2 people authored and Théophane Hufschmitt committed Jun 26, 2024
1 parent 909cff9 commit 33ea3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/files.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ let regenerate_files | Files -> nix.derivation.Derivation
if filegen_hook.enable then
{
filegen_hook = nix-s%"
%{regenerate_files files}/bin/regenerate-files
"%
%{regenerate_files files}/bin/regenerate-files
"%
}
else
{},
Expand Down

0 comments on commit 33ea3ad

Please sign in to comment.