Move ansible-sshjail and zsh-histdb into my config instead of living as separate flakes.

This commit is contained in:
Tom Alexander
2025-10-05 21:37:26 -04:00
parent ae6cce96a2
commit 3d9513f2c5
31 changed files with 10 additions and 357 deletions

View File

@@ -6,8 +6,6 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
: "${JOBS:="1"}"
nix flake update zsh-histdb --flake "$DIR/../../"
nix flake update ansible-sshjail --flake "$DIR/../../"
for f in /persist/manual/manual_add_to_store/*; do nix-store --add-fixed sha256 "$f"; done
nix build --extra-experimental-features nix-command --extra-experimental-features flakes "$DIR/../..#vm_iso.hydra" --max-jobs "$JOBS" --log-format internal-json -v "${@}" |& nom --json