Beautify 09892b21a5 🎨
This commit is contained in:
parent
09892b21a5
commit
38d8ca1f58
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue