diff --git a/.justfile b/.justfile index d842dc1..f6506ee 100644 --- a/.justfile +++ b/.justfile @@ -9,6 +9,10 @@ _targets: @update-flake: nix flake update --commit-lock-file --commit-lockfile-summary "update Nix flake inputs" +# prints repo statistics +@stats: + tokei + # upgrades dependencies across all Gradle projects @versions: ./gradlew refreshVersionsMigrate --mode=VersionsPropertiesOnly && ./gradlew refreshVersions diff --git a/flake.nix b/flake.nix index 5fe5e57..370eb8e 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,7 @@ kubectl-explore kubectx temurin-bin-21 + tokei yq-go ];