diff options
| -rw-r--r-- | config/nix.org | 8 | ||||
| -rw-r--r-- | nix/systems/installer/commits.nix | 4 |
2 files changed, 6 insertions, 6 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. diff --git a/nix/systems/installer/commits.nix b/nix/systems/installer/commits.nix index 18089f2..9f3e0ef 100644 --- a/nix/systems/installer/commits.nix +++ b/nix/systems/installer/commits.nix @@ -1,4 +1,4 @@ { - diskoCommitHash = "latest"; - monorepoCommitHash = "HEAD"; + diskoCommitHash = "a5c4f2ab72e3d1ab43e3e65aa421c6f2bd2e12a1"; + monorepoCommitHash = "ba22dd89c67162aa26c7f85c389314ef1f079ace"; } |
