diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index 94b1750..7ec6e54 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -146,6 +146,7 @@ EOF"; zsh.interactiveShellInit = (builtins.readFile ./.zshrc); }; environment.systemPackages = (with pkgs; [ + texlive.combined.scheme-basic terraform # TODO(jeremy): Replace with opentofu when that is an option. terraform-ls consul diff --git a/nix/darwin/flake.lock b/nix/darwin/flake.lock index 5ae9f89..fbdb391 100644 --- a/nix/darwin/flake.lock +++ b/nix/darwin/flake.lock @@ -36,12 +36,12 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-oYMNKaAUEjuXaevB25lSy4tTg047aKzr7dotcL573Vw=", - "path": "/nix/store/jhrragm07slg62sy6c9726zwwpxfzrs4-source/nix/base-system", + "narHash": "sha256-FpujwFIx2bubT7wtgYSHve+hlDoZBTO7DELMowAEeww=", + "path": "/nix/store/9ap10sma6dkx591mgh06698l34zyxmv6-source/nix/base-system", "type": "path" }, "original": { - "path": "/nix/store/jhrragm07slg62sy6c9726zwwpxfzrs4-source/nix/base-system", + "path": "/nix/store/9ap10sma6dkx591mgh06698l34zyxmv6-source/nix/base-system", "type": "path" } },