mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
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:
parent
a96aa9730a
commit
fb4e6c2361
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
launchTest = pkgs.writeShellApplication {
|
||||
name = "launch-tests";
|
||||
runtimeInputs = with pkgs; [
|
||||
getopt
|
||||
jq
|
||||
fzf
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue