File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- result
1
+ result *
2
2
/.direnv
3
3
/docs /book
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
1
+ #! /usr/bin/env nix
2
+ #! nix shell nixpkgs#bash nixpkgs#gnused --command bash
2
3
3
- set -eu -o pipefail
4
+ set -euo pipefail
4
5
5
6
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null && pwd) "
6
7
cd " $SCRIPT_DIR /.."
Original file line number Diff line number Diff line change 33
33
in
34
34
stdenv . mkDerivation {
35
35
pname = "nixos-anywhere" ;
36
- version = "1.6 .0" ;
36
+ version = "1.8 .0" ;
37
37
src = ./.. ;
38
38
nativeBuildInputs = [ makeWrapper ] ;
39
39
installPhase = ''
Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ if [ ${copyHostKeys-n} = "y" ]; then
719
719
cp -a "\$ p" "/mnt/\$ p"
720
720
done
721
721
fi
722
- NIXOS_NO_CHECK=1 nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem "
722
+ nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem "
723
723
if [[ ${phases[reboot]} == 1 ]]; then
724
724
if command -v zpool >/dev/null && [ "\$ (zpool list)" != "no pools available" ]; then
725
725
# we always want to export the zfs pools so people can boot from it without force import
You can’t perform that action at this time.
0 commit comments