mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 12:24:28 +02:00
flake/devshell: remove "$@" in 'checks' as it doesn't work
This commit is contained in:
parent
1cda3f6df5
commit
5293373732
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue