feature: Add ProtonVPN to prepare for *arr suite

This commit is contained in:
Tera << 8 2025-05-18 21:52:53 -04:00
parent fe81989bdb
commit 34d8a56b8e
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 30 additions and 3 deletions

8
shell.nix Normal file
View file

@ -0,0 +1,8 @@
{
pkgs ? import <nixpkgs> { },
}: pkgs.mkShell {
buildInputs = with pkgs; [
sops
compose2nix
];
}