From dd2adbd0ff7656e7b2d4ed1ed4ea5ca5ca0e0de3 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 24 Apr 2023 12:48:18 +0200 Subject: [PATCH] NixOS flake is now pure --- nixos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/install.sh b/nixos/install.sh index 72265f6..f899d6d 100755 --- a/nixos/install.sh +++ b/nixos/install.sh @@ -19,7 +19,7 @@ fi pushd $DIR -sudo nixos-rebuild switch --flake '..#' --impure +sudo nixos-rebuild switch --flake '..#' popd