diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-20 02:53:00 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-20 02:53:00 -0700 |
| commit | 9e47ec4e83ed090d118baface6dae843f24aa63a (patch) | |
| tree | 25642578ed147b82dcc23908a608258fee552b3c | |
| parent | 7d8501ebc97fc238d73dee4638ab58eb32a11dc1 (diff) | |
update commit hash
| -rw-r--r-- | config/nix.org | 2 | ||||
| -rw-r--r-- | nix/systems/installer/commits.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/nix.org b/config/nix.org index b4b1b63..7fca358 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3915,7 +3915,7 @@ work deterministically. #+begin_src nix :tangle ../nix/systems/installer/commits.nix { diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a"; - monorepoCommitHash = "070a98e56367a8414d6844438f5cc091cc10effb"; + monorepoCommitHash = "7d8501ebc97fc238d73dee4638ab58eb32a11dc1"; monorepoUrl = "https://github.com/ret2pop/monorepo"; } #+end_src diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix index 0e2ca00..27e6aab 100644 --- a/nix/systems/installer/commits.nix +++ b/nix/systems/installer/commits.nix @@ -1,5 +1,5 @@ { diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a"; - monorepoCommitHash = "070a98e56367a8414d6844438f5cc091cc10effb"; + monorepoCommitHash = "7d8501ebc97fc238d73dee4638ab58eb32a11dc1"; monorepoUrl = "https://github.com/ret2pop/monorepo"; } |
