From 80e5f540f4fa5c24e4c6faef799cc176835f6f50 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 1 Dec 2023 21:09:58 -0800 Subject: [PATCH] updated the updater --- modules/Sovran_SystemsOS_Light_Updater_Script.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/Sovran_SystemsOS_Light_Updater_Script.nix b/modules/Sovran_SystemsOS_Light_Updater_Script.nix index 853240f..ce06b42 100644 --- a/modules/Sovran_SystemsOS_Light_Updater_Script.nix +++ b/modules/Sovran_SystemsOS_Light_Updater_Script.nix @@ -6,7 +6,9 @@ systemd.services.Sovran_SystemsOS_Light_Updater = { script = '' - cd /etc/nixos && flatpak update && nix flake update && nixos-rebuild switch + flatpak update + + cd /etc/nixos && nix flake update && nixos-rebuild switch '';