1
0
Fork 0

install.sh: apparently "--print-build-logs" is not an option in `nixos-install`

This commit is contained in:
Pratham Patel 2024-04-07 19:13:55 +05:30
parent c3a167f515
commit fed9367a2c
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ if [[ "${TOTAL_MEM_IN_GIB}" -lt "${MIN_MEMORY_IN_GIB}" ]]; then
fi
nix flake update
nixos-install \
--print-build-logs \
--show-trace \
--root ${MOUNT_PATH} \
--no-root-password \