pkgs/*: add final newline to .nix files

This commit is contained in:
Samuel Gräfenstein
2020-11-06 00:28:15 +01:00
committed by Alyssa Ross
parent 00ecee00bb
commit 22b73d1282
10 changed files with 10 additions and 10 deletions

View File

@@ -9,4 +9,4 @@ runCommand "update-python-libraries" {
cp ${./update-python-libraries.py} $out
patchShebangs $out
substituteInPlace $out --replace 'GIT = "git"' 'GIT = "${git}/bin/git"'
''
''