lib.fileset: Use a nix-shell shebang for benchmark.sh
Silvan Mosberger 2 years ago e05cf471 c9c9c093
··· 1 - #!/usr/bin/env bash 0 2 3 # Benchmarks lib.fileset 4 # Run:
··· 1 + #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash -p sta jq bc nix -I nixpkgs=../.. 3 4 # Benchmarks lib.fileset 5 # Run: