mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
disko-install: don't copy channel
Since we use flakes, channels have no buisness. This is consistent with nixos-anywhere.
This commit is contained in:
parent
115311bc39
commit
423b86a7f7
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ main() {
|
|||
NIX_STATE_DIR=${mountPoint}/nix/var/nix nix-store --load-db < "${closure_info}/registration"
|
||||
fi
|
||||
|
||||
nixos-install --no-root-password --system "$nixos_system" --root "$mountPoint"
|
||||
nixos-install --no-channel-copy --no-root-password --system "$nixos_system" --root "$mountPoint"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in a new issue