From 7a2a188d223b6c1ac06c797af90bb82e40f89863 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Mar 2023 18:57:25 +0100 Subject: Fix(bootstrap/activate): Normalize nix run call --- bootstrap/activate/activate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/activate/activate.sh b/bootstrap/activate/activate.sh index 5ff9af8d..4ee4e82e 100755 --- a/bootstrap/activate/activate.sh +++ b/bootstrap/activate/activate.sh @@ -64,7 +64,7 @@ msg "Finished mounting" readp "Do you want to continue with nixos-install? [N/y]: " result case $result in [Yy]) - nix run "git+https://git.sils.li/ene/nixos-config#setup"; + nix run "git+https://git.sils.li/ene/nixos-config#setup" --experimental-features 'nix-command flakes'; ;; *) msg "Sure, do it yourself" -- cgit 1.4.1