diff --git a/shell.nix b/shell.nix index 3c7d0e1..38193af 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,5 @@ -let - pkgs = import {}; -in -pkgs.mkShell { +let pkgs = import { }; +in pkgs.mkShell { buildInputs = with pkgs; [ git nixfmt