diff options
| author | Seth Flynn <[email protected]> | 2025-01-31 08:14:23 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-03 05:34:09 -0500 |
| commit | 082ef6167ea188de4a0439fe63baaca41b19b45b (patch) | |
| tree | c51217b3b47601ee95cacfeaeaef426fb7128a6d /flake/dev-shell.nix | |
| parent | d5ad065e31f4d84824463829eeabfb55dbe9ece4 (diff) | |
terraform: switch to plain hcl
• Removed input 'terranix'
• Removed input 'terranix/bats-assert'
• Removed input 'terranix/bats-support'
• Removed input 'terranix/flake-parts'
• Removed input 'terranix/nixpkgs'
• Removed input 'terranix/systems'
• Removed input 'terranix/terranix-examples'
Diffstat (limited to 'flake/dev-shell.nix')
| -rw-r--r-- | flake/dev-shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/dev-shell.nix b/flake/dev-shell.nix index 46e6ed0..fcf5672 100644 --- a/flake/dev-shell.nix +++ b/flake/dev-shell.nix @@ -25,13 +25,13 @@ self'.formatter pkgs.just + pkgs.opentofu ] ++ lib.optionals pkgs.stdenv.hostPlatform.isDarwin [ # See above comment about Nix inputs'.nix-darwin.packages.darwin-rebuild ] ++ lib.optionals pkgs.stdenv.hostPlatform.isLinux [ - # Ditto pkgs.nixos-rebuild |
