]> Untitled Git - monorepo.git/commitdiff
update installer to new configuration main
authorPreston Pan <ret2pop@gmail.com>
Tue, 9 Sep 2025 09:29:25 +0000 (02:29 -0700)
committerPreston Pan <ret2pop@gmail.com>
Tue, 9 Sep 2025 09:29:25 +0000 (02:29 -0700)
config/nix.org
nix/systems/installer/commits.nix

index 72e4ba7947126f1f257cbbc69f69bb7c044ff93f..34c0c2eef088bd5a4cf72fe622c3c02ae7fd9fd2 100644 (file)
@@ -3271,8 +3271,8 @@ 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 = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
-    monorepoCommitHash = "5b8d09f2d7ebb7a1670c695af5761353d5b76d7e";
+    diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
+    monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
     monorepoUrl = "https://github.com/ret2pop/monorepo";
   }
 #+end_src
index a34e3c53be25a65b35513690115758817ee120f5..bcad2056eac58651e041ae03934f299fc9e63707 100644 (file)
@@ -1,5 +1,5 @@
 {
-  diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
-  monorepoCommitHash = "5b8d09f2d7ebb7a1670c695af5761353d5b76d7e";
+  diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
+  monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
   monorepoUrl = "https://github.com/ret2pop/monorepo";
 }