summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-15 09:07:18 +0059
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-15 09:07:18 +0059
commit5d196ada5de2bbaa3a0a21c0ff594247faa3aa53 (patch)
treebc8b18b685c8c35787a88ab3d49dcba4ae82349d /shell.nix
parent9663c40408fde29d5ca7ea9a71373bef4b16ae8c (diff)
downloadnixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.gz
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.bz2
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.xz
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.zip
gup update flake.lock
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 af0a0e9e..ca0733a6 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,5 +14,6 @@ in pkgs.mkShell {
14 nixWithFlakes 14 nixWithFlakes
15 sops 15 sops
16 wireguard 16 wireguard
17 gup
17 ]; 18 ];
18} 19}