diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-08 15:58:19 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-08 15:58:19 -0800 |
commit | ac1759e3e1b31e56d092cd4cf79fca31df9d06e1 (patch) | |
tree | d562a77f6fa89e34f92e9a3a120884b04eeb072b /scripts/install-with-disko | |
parent | f7066b606e431eab1fab038b85b2f685684c7684 (diff) | |
download | nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.tar nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.tar.gz nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.tar.bz2 nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.tar.lz nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.tar.xz nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.tar.zst nix-ac1759e3e1b31e56d092cd4cf79fca31df9d06e1.zip |
Add experimental command settings back to @iso and fix nix shell shebang
Diffstat (limited to 'scripts/install-with-disko')
-rwxr-xr-x | scripts/install-with-disko | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-with-disko b/scripts/install-with-disko index f95dc4c..dce7c88 100755 --- a/scripts/install-with-disko +++ b/scripts/install-with-disko @@ -1,5 +1,5 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i zsh --packages rsync zsh +#!/usr/bin/env nix +#!nix shell nixpkgs#rsync nixpkgs#zsh --command zsh setopt ERR_EXIT NO_UNSET PIPE_FAIL |