1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Ensure all functional scripts are (a) executable (b) have shebang

This is good for shebang, and also good for future build system
simplifications
This commit is contained in:
John Ericson 2024-05-28 12:43:04 -04:00
parent 2e12b58126
commit 10f864c5ae
136 changed files with 253 additions and 0 deletions

2
tests/functional/binary-cache.sh Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
source common.sh
needLocalStore "'--no-require-sigs' cant be used with the daemon"