From 558cebf015294473b59d09c9a47fc96202fa99ff Mon Sep 17 00:00:00 2001 From: Istvan Ruzman Date: Mon, 17 Aug 2020 09:12:41 +0200 Subject: [PATCH] nixfmt --- shell.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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