feature: Add ProtonVPN to prepare for *arr suite
This commit is contained in:
parent
fe81989bdb
commit
34d8a56b8e
4 changed files with 30 additions and 3 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}: pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
sops
|
||||
compose2nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue