From 8d16e90d0e21a2b97452c661751ecab249a5f99c Mon Sep 17 00:00:00 2001 From: buianhhuy96 Date: Fri, 18 Oct 2024 12:55:14 +0300 Subject: [PATCH] FMO-66: Update installer with filtered partition - Keep only internal drive - Fix hardcoded order of exit screen Signed-off-by: Anh Huy Bui --- modules/installers/pterm-installer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installers/pterm-installer/default.nix b/modules/installers/pterm-installer/default.nix index 2fb20e4..e651a35 100644 --- a/modules/installers/pterm-installer/default.nix +++ b/modules/installers/pterm-installer/default.nix @@ -75,7 +75,7 @@ in name = "ghaf-installer"; src = builtins.fetchGit { url = "https://github.com/tiiuae/FMO-OS-Installer.git"; - rev = "a7db48bd46841b1c94babc80946626f4cc8416f7"; + rev = "67377b4cb9a1b02d594cf2d7a0c3157e41e30e90"; ref = "refs/heads/main"; }; vendorHash = "sha256-CFFSaURE4lJZS6E8XT6KcRv4hk6wO059lzD1V2wfZgI=";