mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
pre-commit: fix shellcheck
This commit is contained in:
parent
50bfbb571f
commit
39782072d6
3 changed files with 7 additions and 5 deletions
|
@ -3,10 +3,11 @@
|
|||
set -eux -o pipefail
|
||||
|
||||
BASE="$(dirname "$(readlink -f "$0")")"
|
||||
# shellcheck source=legacy/helpers.sh
|
||||
. "${BASE}/helpers.sh"
|
||||
|
||||
export HOST=serverle
|
||||
export DRIVE_ROOT=/dev/disk/by-id/usb-Seagate_Expansion_2HC015KJ-0\:0
|
||||
export DRIVE_ROOT="/dev/disk/by-id/usb-Seagate_Expansion_2HC015KJ-0:0"
|
||||
|
||||
export NIXOS_FILES="${NIXOS_FILES:-$PWD}"
|
||||
export CHROOT_BASE="/mnt/newroot-${HOST}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue