summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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}