nix-lang-0.1.0.0: test/fixtures/nixfmt/correct/blank-line-in-interpolation.nix
# Blank lines inside interpolations must be preserved.
{
postInstall = ''
--prefix PATH : ${
lib.makeBinPath [
pkgs.fzf
]
}
'';
}
# Blank lines inside interpolations must be preserved.
{
postInstall = ''
--prefix PATH : ${
lib.makeBinPath [
pkgs.fzf
]
}
'';
}