diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-29 21:55:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-09-29 21:55:16 +0200 |
commit | eebfe0864f92f5c390ed0e4a6959cb69f7f7f40e (patch) | |
tree | c2c49e061886108ec146f431daed73c47e0cca4f /shell.nix | |
parent | 05438304665bdaaf37ba4c148ab07bdf8fd3fb03 (diff) | |
download | nixos-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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | } |