From 38d8ca1f58dc3fdeac2b969b9daff739a1c68c97 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Dec 2021 20:08:35 +0000 Subject: [PATCH] Beautify 09892b21a5258a3d1407c8e8ef9cfdb24923c79f :art: --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index af16e6f0..a0709fe7 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,8 @@ name = "palette-generator"; src = ./palette-generator; buildInputs = [ ghc ]; - buildPhase = "ghc -O -threaded -Wall -Wno-type-defaults Stylix/Main.hs"; + buildPhase = + "ghc -O -threaded -Wall -Wno-type-defaults Stylix/Main.hs"; installPhase = "install -D Stylix/Main $out/bin/palette-generator"; };