(mirror) personal dotfiles github.com/crescentrose/dotfiles

fix: avoid building terraform on mac

+2 -4
-4
home/shell/developer.nix
··· 35 35 # 🦀 Rust 36 36 rustup 37 37 38 - # 🏗️ Terraform 39 - terraform 40 - terraform-ls 41 - 42 38 # 📝 TOML 43 39 taplo 44 40 ];
+2
machines/work/default.nix
··· 26 26 "mas" 27 27 # Install Vault through Hashicorp's tap 28 28 "hashicorp/tap/vault" 29 + # Install Terraform through Hashicorp's tap 30 + "hashicorp/tap/terraform" 29 31 # Install Docker credential helpers 30 32 "docker-credential-helper" 31 33 # Set up a development database