From d28f8f96797f4c739e13557264ee7b6ec187e515 Mon Sep 17 00:00:00 2001 From: le Duc Banal Date: Sun, 7 Jul 2019 19:09:47 +0200 Subject: [PATCH] Update nixos-infect (#38) Fix both issues cited in this [comment](https://github.com/elitak/nixos-infect/issues/18#issuecomment-508904427) --- nixos-infect | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index 4c08b4b..091412c 100755 --- a/nixos-infect +++ b/nixos-infect @@ -9,7 +9,8 @@ makeConf() { [[ -e /etc/nixos/configuration.nix ]] && return 0 # NB <<"EOF" quotes / $ ` in heredocs, <