Merge pull request #48431 from dasJ/nixos-install-system

nixos/nixos-install: Unset system
This commit is contained in:
Silvan Mosberger 2018-10-14 20:54:35 +02:00 committed by GitHub
commit 5b6926fe07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ extraBuildFlags=()
mountPoint=/mnt
channelPath=
system=
while [ "$#" -gt 0 ]; do
i="$1"; shift 1