aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-16 01:32:30 -0700
committerFuwn <[email protected]>2024-10-16 01:32:54 -0700
commit7cb9ca5792db56cbbd4531f8e978f73ec511bfb3 (patch)
tree7662dbbeaadf90ad1d296dc6ae8b4e5c921a2abe
parentdocs(readme): sort packages (diff)
downloadtsutsumi-7cb9ca5792db56cbbd4531f8e978f73ec511bfb3.tar.xz
tsutsumi-7cb9ca5792db56cbbd4531f8e978f73ec511bfb3.zip
chore(just): add sort-packages task
-rw-r--r--justfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile
index ffbe229..b6b3eb6 100644
--- a/justfile
+++ b/justfile
@@ -7,3 +7,5 @@ build package:
run package:
NIXPKGS_ALLOW_UNFREE=1 nix run .#{{package}} --impure
+sort-packages:
+ ls -la pkgs/ | awk '{sub(/\.nix$/, "", $9); print $9}' | sort