mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +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 {
|
launchTest = pkgs.writeShellApplication {
|
||||||
name = "launch-tests";
|
name = "launch-tests";
|
||||||
runtimeInputs = with pkgs; [
|
runtimeInputs = with pkgs; [
|
||||||
|
getopt
|
||||||
jq
|
jq
|
||||||
fzf
|
fzf
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue