From 4af27a980a5ae4ff8ed4fbf8363f16998e8c912f Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 19 Aug 2023 15:31:33 -0700 Subject: [PATCH] Removed unnecessary phase inputs --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 95ca573..62b0196 100644 --- a/flake.nix +++ b/flake.nix @@ -29,16 +29,11 @@ name = "alejandr0angul0-dot-dev"; src = self; - buildInputs = with pkgs; [ - git - nodePackages.prettier - ]; buildPhase = '' ${pkgs.hugo}/bin/hugo --minify ''; doCheck = true; - nativeCheckInputs = with pkgs; [html-proofer utf8Locale]; checkPhase = '' env LOCALE_ARCHIVE=${utf8Locale}/lib/locale/locale-archive LC_ALL=en_US.UTF-8 \ ${pkgs.html-proofer}/bin/htmlproofer public \