flake-modules/devshell: add getopt runtimeInput

Use a consistent behavior of getopt in launchtests.sh. Wasn't able to
use tests command on macbook without including this because the macOS
getopt didn't support our usage.
This commit is contained in:
Austin Horstman 2024-08-15 08:02:57 -05:00
parent a96aa9730a
commit fb4e6c2361
No known key found for this signature in database

View file

@ -37,6 +37,7 @@
launchTest = pkgs.writeShellApplication {
name = "launch-tests";
runtimeInputs = with pkgs; [
getopt
jq
fzf
];