Remove terraform as it is unfree now
This commit is contained in:
parent
07fd427471
commit
048d474d3f
2 changed files with 0 additions and 12 deletions
|
|
@ -29,7 +29,6 @@
|
|||
./python.nix
|
||||
./sound
|
||||
./sway
|
||||
./terraform.nix
|
||||
./tmux.nix
|
||||
./tor-browser.nix
|
||||
./vdirsyncer.nix
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
terraform
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
TF_PLUGIN_CACHE_DIR = "$HOME/.local/share/terraform/plugins";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue