diff options
Diffstat (limited to '')
-rwxr-xr-x | bootstrap/install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/install b/bootstrap/install index f281e1dc..d267de7e 100755 --- a/bootstrap/install +++ b/bootstrap/install @@ -1,7 +1,7 @@ -#!/bin/sh +#! /usr/bin/env dash # shellcheck disable=SC2086 # shellcheck source=/dev/null -. ~/.local/lib/shell/lib +. %SHELL_LIBRARY_PATH export LIB_TEMP_DIR_FOR_SCRIPT="$(mktemp -d)" bsc() { msg2 "$(btrfs subvolume create "$1" || dien "Creating of subvol $1")"; @@ -117,7 +117,7 @@ case $result in warning "No disk selected. Select a disk to continue.\n" fi done - nixos-install --flake https://git.sils.li/ene/nixos-config#${host} --no-root-passwd + nixos-install --flake git+https://git.sils.li/ene/nixos-config#${host} --no-root-passwd ;; *) msg "Sure, do it yourself" |