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.
{
- diskoCommitHash = "latest";
- monorepoCommitHash = "HEAD";
+ diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1";
+ monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace";
}