This commit is contained in:
github-actions 2021-12-16 20:08:35 +00:00
parent 09892b21a5
commit 38d8ca1f58

View file

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