pkgs/*: add final newline to .nix files

This commit is contained in:
Samuel Gräfenstein
2020-11-09 11:39:28 +00:00
committed by Alyssa Ross
parent 00ecee00bb
commit 22b73d1282
10 changed files with 10 additions and 10 deletions
@@ -41,4 +41,4 @@ stdenv.mkDerivation {
# Will be faster to build the wrapper locally then to fetch it from a binary cache.
preferLocalBuild = true;
meta = diagrams-builder.meta;
}
}