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

This commit is contained in:
Gaetan Lepage
2024-03-06 10:19:42 +01:00
committed by Gaétan Lepage
parent 1cda3f6df5
commit 5293373732
+1 -1
View File
@@ -19,7 +19,7 @@
{
name = "checks";
help = "Run all nixvim checks";
command = "nix flake check '$@'";
command = "nix flake check";
}
{
name = "tests";