Skip to content

Commit

Permalink
chore: remove secrets section from README and doppler from default.nix
Browse files Browse the repository at this point in the history
- Removed the "Secrets" section from the README.md file.
- Deleted the doppler dependency from the lib/default.nix file.
  • Loading branch information
erikreinert committed Jul 13, 2024
1 parent 98d4fe9 commit d28dd27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Neovim configuration and examples for TheAltF4Stream.
- [Dependencies](#dependencies)
- [Language Servers](#language-servers)
- [Formatters](#formatters)
- [Secrets](#secrets)
- [Plugins](#plugins)
- [Environment](#environment)
- [Languages](#languages)
Expand Down Expand Up @@ -71,14 +70,6 @@ These formatters ensure code consistency and style compliance by automatically f
| `rustfmt` | [rustfmt](https://github.com/rust-lang/rustfmt) |
| `terraform` | [terraform](https://github.com/hashicorp/terraform) |

### Secrets

These tools help manage and secure secrets within development and deployment environments.

| Dependency Name | Dependency URL |
|-----------------|---------------------------------------------|
| `doppler` | [doppler](https://github.com/DopplerHQ/cli) |

## Plugins

### Environment
Expand Down
3 changes: 0 additions & 3 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ in rec {
pkgs.rustfmt
pkgs.terraform
python3Packages.black

# secrets
pkgs.doppler
];

mkExtraConfig = ''
Expand Down

0 comments on commit d28dd27

Please sign in to comment.