From 86f1d6ab71799789989e5bb13f7eadcc9d1fa8b5 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 12 Feb 2025 00:58:55 -0500 Subject: [PATCH] shell: format --- shell/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/default.nix b/shell/default.nix index 80197ee..2aabb81 100644 --- a/shell/default.nix +++ b/shell/default.nix @@ -2,7 +2,12 @@ { perSystem = - { pkgs, inputs', ... }: + { + config, + pkgs, + inputs', + ... + }: { devshells.default = let