From: Preston Pan Date: Sat, 20 Sep 2025 07:50:19 +0000 (-0700) Subject: modify monorepo commit hash installer X-Git-Url: https://ret2pop.net/gitweb/%22./%22https:/polyfill.io/v3/static/style.css?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=monorepo.git modify monorepo commit hash installer --- diff --git a/config/nix.org b/config/nix.org index 1c3c8eb..614878f 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3914,7 +3914,7 @@ work deterministically. #+begin_src nix :tangle ../nix/systems/installer/commits.nix { diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a"; - monorepoCommitHash = "e2fbfac7ad7c0b4d438179b31d2ed53d884313a0"; + monorepoCommitHash = "070a98e56367a8414d6844438f5cc091cc10effb"; monorepoUrl = "https://github.com/ret2pop/monorepo"; } #+end_src diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix index 83e35ed..0e2ca00 100644 --- a/nix/systems/installer/commits.nix +++ b/nix/systems/installer/commits.nix @@ -1,5 +1,5 @@ { diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a"; - monorepoCommitHash = "e2fbfac7ad7c0b4d438179b31d2ed53d884313a0"; + monorepoCommitHash = "070a98e56367a8414d6844438f5cc091cc10effb"; monorepoUrl = "https://github.com/ret2pop/monorepo"; }