diff options
| author | vkcku <[email protected]> | 2026-06-01 09:48:16 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 09:48:16 +0530 |
| commit | 437010931a2eb0215b9d7072fe1ab346a0b65c24 (patch) | |
| tree | 8e563f70fd9c9f9e6dfd59e2a0134e4ff8ae6083 | |
| parent | infra: initial commit (diff) | |
root: rename app to checks
monorepo-revid: e95e1561c620b644c152a35630c8b93215661d71
| -rw-r--r-- | root/nix/apps.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/nix/apps.nix b/root/nix/apps.nix index 33f10f5..7421234 100644 --- a/root/nix/apps.nix +++ b/root/nix/apps.nix @@ -2,7 +2,7 @@ perSystem = { pkgs, ... }: { - apps.lint = { + apps.checks = { type = "app"; program = toString ( pkgs.writeShellScript "lint" '' |
