mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 01:00:44 -04:00
flake/devshell: remove "$@" in 'checks' as it doesn't work
This commit is contained in:
committed by
Gaétan Lepage
parent
1cda3f6df5
commit
5293373732
@@ -19,7 +19,7 @@
|
||||
{
|
||||
name = "checks";
|
||||
help = "Run all nixvim checks";
|
||||
command = "nix flake check '$@'";
|
||||
command = "nix flake check";
|
||||
}
|
||||
{
|
||||
name = "tests";
|
||||
|
||||
Reference in New Issue
Block a user