summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-31 15:07:53 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-07-31 15:07:53 +1000
commiteca0b098492586506ec12a1848d8a16ee7a834be (patch)
tree04d13eccad1e0cc7474918f9100b982a98ff9317 /maintainers/scripts
parentc8500de47b5062a59e2f15712dfe5c7315ecfc32 (diff)
downloadnixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.tar
nixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.tar.gz
nixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.tar.bz2
nixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.tar.lz
nixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.tar.xz
nixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.tar.zst
nixpkgs-eca0b098492586506ec12a1848d8a16ee7a834be.zip
maintainers/*: editorconfig fixes
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/rebuild-amount.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/maintainers/scripts/rebuild-amount.sh b/maintainers/scripts/rebuild-amount.sh
index 1a54cada8af..ca89e08073e 100755
--- a/maintainers/scripts/rebuild-amount.sh
+++ b/maintainers/scripts/rebuild-amount.sh
@@ -60,7 +60,7 @@ nixexpr() {
 		    "darwin-tested" "unstable" "stdenvBootstrapTools"
 		    "moduleSystem" "lib-tests" # these just confuse the output
 		  ];
-		
+
 		in
 		  tweak (builtins.removeAttrs hydraJobs blacklist)
 	EONIX
@@ -124,4 +124,3 @@ if [ -n "$optPrint" ]; then
 	echo
 	cat "$newlist"
 fi
-