summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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 c50c1991..8ac83fb9 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,6 +14,7 @@ in pkgs.mkShell {
14 yq 14 yq
15 nvfetcher.packages.${system}.default 15 nvfetcher.packages.${system}.default
16 ca-util.packages.${system}.ca 16 ca-util.packages.${system}.ca
17 poetry
17 ]); 18 ]);
18 19
19} 20}