aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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