From 64e77afcd696a6907fa9e3055901ef7e6add4119 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 29 Jun 2023 04:43:10 +0000 Subject: [PATCH] [NixOS] Add switch script --- nixos/switch.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 nixos/switch.sh diff --git a/nixos/switch.sh b/nixos/switch.sh new file mode 100755 index 00000000..11e1f4b4 --- /dev/null +++ b/nixos/switch.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +sudo nixos-rebuild switch --flake '.#' --impure