build: fix just check

This commit is contained in:
winston 2023-05-16 16:21:38 +02:00
parent 7f4ec84c49
commit 5ec117f9ec
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 5 additions and 7 deletions

View file

@ -162,13 +162,6 @@
alejandra.enable = true;
commitizen.enable = true;
editorconfig-checker.enable = true;
flake-check = {
enable = true;
types = ["nix"];
language = "system";
entry = "just check";
pass_filenames = false;
};
luacheck.enable = true;
nil.enable = true;
shellcheck.enable = true;

View file

@ -27,9 +27,14 @@ build *args:
boot *args:
@just rebuild boot {{args}}
[macos]
check *args:
@just rebuild check {{args}}
[linux]
check *args:
@just rebuild test {{args}}
switch *args:
@just rebuild switch {{args}}