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"; };