summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-09 02:29:25 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-09 02:29:25 -0700
commit32c47bb286e5c39a7d32aebbcfc82b855b503e8d (patch)
tree1a4c044d62d44b78462babc01a5c52e38a38e66a
parent64a1acc961466c845b2601c0d0e165b16eb73fe2 (diff)
update installer to new configuration
-rw-r--r--config/nix.org4
-rw-r--r--nix/systems/installer/commits.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/nix.org b/config/nix.org
index 72e4ba7..34c0c2e 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -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
diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix
index a34e3c5..bcad205 100644
--- a/nix/systems/installer/commits.nix
+++ b/nix/systems/installer/commits.nix
@@ -1,5 +1,5 @@
{
- diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
- monorepoCommitHash = "5b8d09f2d7ebb7a1670c695af5761353d5b76d7e";
+ diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
+ monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
monorepoUrl = "https://github.com/ret2pop/monorepo";
}