From 9bb0b6253a9fcd009915877dcaf058f346445877 Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 20 Jun 2023 00:36:21 +0200 Subject: [PATCH] add direnv to dependencies --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5e91fa4..596cc03 100644 --- a/flake.nix +++ b/flake.nix @@ -48,6 +48,7 @@ # Add additional packages you'd like to be available in your devshell # PATH here devshell.packages = with pkgs; [ + direnv deno google-font-downloader ];