diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-04 15:54:34 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-04 15:54:34 -0700 |
| commit | c9bd87d8dd7369ea4163f0dbf4d0d28948726a36 (patch) | |
| tree | 384f6b95b6ad84cab248e01fad5c4d2c974c9282 /config/nix.org | |
| parent | ba22dd89c67162aa26c7f85c389314ef1f079ace (diff) | |
pin installer to prev
Diffstat (limited to 'config/nix.org')
| -rw-r--r-- | config/nix.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/nix.org b/config/nix.org index 13cd687..ef95740 100644 --- a/config/nix.org +++ b/config/nix.org @@ -3223,10 +3223,10 @@ always work in the exact same deterministic way. 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 = "latest"; - monorepoCommitHash = "HEAD"; -} + { + diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1"; + monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace"; + } #+end_src *** ISO Default Profile This contains the installation script I use to install my systems. |
