flake/devshell: remove "$@" in 'checks' as it doesn't work

This commit is contained in:
Gaetan Lepage 2024-03-06 07:45:36 +01:00 committed by Gaétan Lepage
parent 1cda3f6df5
commit 5293373732

View file

@ -19,7 +19,7 @@
{ {
name = "checks"; name = "checks";
help = "Run all nixvim checks"; help = "Run all nixvim checks";
command = "nix flake check '$@'"; command = "nix flake check";
} }
{ {
name = "tests"; name = "tests";