top-level/release.nix: add patchShebangs test

This is currently failing but nobody noticed!
This commit is contained in:
Dan Peebles
2018-09-16 14:22:29 -04:00
parent 4efd4053ed
commit 88a969d1b7
3 changed files with 31 additions and 0 deletions
+2
View File
@@ -27,4 +27,6 @@ with pkgs;
macOSSierraShared = callPackage ./macos-sierra-shared {};
cross = callPackage ./cross {};
patch-shebangs = callPackage ./patch-shebangs {};
}