summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 2840bec7..af0a0e9e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -13,5 +13,6 @@ in pkgs.mkShell {
13 nativeBuildInputs = with pkgs; [ 13 nativeBuildInputs = with pkgs; [
14 nixWithFlakes 14 nixWithFlakes
15 sops 15 sops
16 wireguard
16 ]; 17 ];
17} 18}