feat: VPN utils

This commit is contained in:
Madeleine Sydney
2025-04-07 22:48:18 -06:00
parent 21fb7efde0
commit 85f5f749d3
7 changed files with 75 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [
pkgs.babashka
];
}