diff --git a/nix/base-system/flake.nix b/nix/base-system/flake.nix index cbb656f..332334a 100644 --- a/nix/base-system/flake.nix +++ b/nix/base-system/flake.nix @@ -143,6 +143,9 @@ EOF"; environment.systemPackages = (with pkgs; [ terraform # TODO(jeremy): Replace with opentofu when that is an option. terraform-ls + consul + consul-template + nomad postgresql oha nodejs diff --git a/nix/darwin/flake.lock b/nix/darwin/flake.lock index fcc4b59..55fe460 100644 --- a/nix/darwin/flake.lock +++ b/nix/darwin/flake.lock @@ -36,12 +36,12 @@ }, "locked": { "lastModified": 1, - "narHash": "sha256-gY/UmhMD8nqDNfIBaVXOUoI/LbO2iVVMhl7c2/Fw1X4=", - "path": "/nix/store/qz9y9n4cw4ls0wzkkdacbx73a7wqzvf1-source/nix/base-system", + "narHash": "sha256-AbnaXSoMfu+ZAuilXQWdiwbmTcxzwO1DHbS3dSsQF6g=", + "path": "/nix/store/grgx777xbxak3qgxi8z6px8zczbkks2a-source/nix/base-system", "type": "path" }, "original": { - "path": "/nix/store/qz9y9n4cw4ls0wzkkdacbx73a7wqzvf1-source/nix/base-system", + "path": "/nix/store/grgx777xbxak3qgxi8z6px8zczbkks2a-source/nix/base-system", "type": "path" } },