diff --git a/flake-modules/dev/devshell.nix b/flake-modules/dev/devshell.nix index a47a2688..56b25acb 100644 --- a/flake-modules/dev/devshell.nix +++ b/flake-modules/dev/devshell.nix @@ -19,7 +19,7 @@ { name = "checks"; help = "Run all nixvim checks"; - command = "nix flake check '$@'"; + command = "nix flake check"; } { name = "tests";