404 current 2025-05-31 11:37:39 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-31 11:37:55 -04:00
parent 1bd404ea8f
commit 23d7263238

View File

@@ -205,6 +205,10 @@ stack() {
find . -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
}
stack-min() {
find . -maxdepth 1 -type f -exec echo -e "\n--- {} ---\n" \; -exec cat {} \;
}
a.nixi() {
nix-store -q --references /var/run/current-system/sw | cut -d'-' -f2-
}