From c9bd87d8dd7369ea4163f0dbf4d0d28948726a36 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 4 Sep 2025 15:54:34 -0700 Subject: [PATCH] pin installer to prev --- config/nix.org | 8 ++++---- nix/systems/installer/commits.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/nix.org b/config/nix.org index 13cd687..ef95740 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3223,10 +3223,10 @@ always work in the exact same deterministic way. Modify this to pin the installer image hash to make the installer image always work deterministically. #+begin_src nix :tangle ../nix/systems/installer/commits.nix -{ - diskoCommitHash = "latest"; - monorepoCommitHash = "HEAD"; -} + { + diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1"; + monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace"; + } #+end_src *** ISO Default Profile This contains the installation script I use to install my systems. diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix index 18089f2..9f3e0ef 100644 --- a/nix/systems/installer/commits.nix +++ b/nix/systems/installer/commits.nix @@ -1,4 +1,4 @@ { - diskoCommitHash = "latest"; - monorepoCommitHash = "HEAD"; + diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1"; + monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace"; } -- 2.50.1