summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-01-13 10:56:08 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-01-13 10:56:08 +0100
commit9561f15bea5add0e436fb8fc2bd83637eaf8814c (patch)
tree483e494ea065276acb05cb6bc7af5d2b3fa25761 /shell.nix
parent22a9eb3f483edf078f01ad3127886ea36c77a777 (diff)
downloadnixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar
nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar.gz
nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar.bz2
nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar.xz
nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.zip
bump
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 5d8e2c5a..f5c0d625 100644
--- a/shell.nix
+++ b/shell.nix
@@ -15,6 +15,6 @@ in pkgs.mkShell {
15 deploy-rs.packages.${system}.deploy-rs 15 deploy-rs.packages.${system}.deploy-rs
16 knot-dns 16 knot-dns
17 yq 17 yq
18 nvfetcher.defaultPackage.${system} 18 nvfetcher.packages.${system}.default
19 ]); 19 ]);
20} 20}