]> Untitled Git - monorepo.git/commitdiff
pin installer to prev
authorPreston Pan <ret2pop@gmail.com>
Thu, 4 Sep 2025 22:54:34 +0000 (15:54 -0700)
committerPreston Pan <ret2pop@gmail.com>
Thu, 4 Sep 2025 22:54:34 +0000 (15:54 -0700)
config/nix.org
nix/systems/installer/commits.nix

index 13cd687884fdff9de389f0da54849ec20b8fa9fc..ef9574035f5f3fcd566e6bba7a12d7e00dc2bb4f 100644 (file)
@@ -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.
index 18089f242fda16b508b56ab3ec9430804bb1b797..9f3e0efb4c3f19244a1b685bde305ae97558ac2e 100644 (file)
@@ -1,4 +1,4 @@
 {
-  diskoCommitHash = "latest";
-  monorepoCommitHash = "HEAD";
+  diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
+  monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace";
 }