summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-09-29 21:55:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-09-29 21:55:16 +0200
commiteebfe0864f92f5c390ed0e4a6959cb69f7f7f40e (patch)
treec2c49e061886108ec146f431daed73c47e0cca4f /shell.nix
parent05438304665bdaaf37ba4c148ab07bdf8fd3fb03 (diff)
downloadnixos-eebfe0864f92f5c390ed0e4a6959cb69f7f7f40e.tar
nixos-eebfe0864f92f5c390ed0e4a6959cb69f7f7f40e.tar.gz
nixos-eebfe0864f92f5c390ed0e4a6959cb69f7f7f40e.tar.bz2
nixos-eebfe0864f92f5c390ed0e4a6959cb69f7f7f40e.tar.xz
nixos-eebfe0864f92f5c390ed0e4a6959cb69f7f7f40e.zip
yggdrasil-wg: init
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}