summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/nix.org2
-rw-r--r--nix/systems/installer/commits.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org
index 5fe96f1..eafb10e 100644
--- a/config/nix.org
+++ b/config/nix.org
@@ -3226,7 +3226,7 @@ work deterministically.
#+begin_src nix :tangle ../nix/systems/installer/commits.nix
{
diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
- monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace";
+ monorepoCommitHash = "af3c15c43c65fd77aab441f4c657aeaa74cc67d5";
}
#+end_src
*** ISO Default Profile
diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix
index 9f3e0ef..cf5d66c 100644
--- a/nix/systems/installer/commits.nix
+++ b/nix/systems/installer/commits.nix
@@ -1,4 +1,4 @@
{
diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
- monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace";
+ monorepoCommitHash = "af3c15c43c65fd77aab441f4c657aeaa74cc67d5";
}