| 
									
										
										
										
											2025-04-16 20:36:08 -04:00
										 |  |  | #!/usr/bin/env bash | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | set -euo pipefail | 
					
						
							|  |  |  | IFS=$'\n\t' | 
					
						
							|  |  |  | 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 | 
					
						
							| 
									
										
										
										
											2025-04-19 21:44:48 -04:00
										 |  |  | nix build --extra-experimental-features nix-command --extra-experimental-features flakes "$DIR/../..#iso.hydra" --max-jobs "$JOBS" "${@}" |& nom |