1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: style

This commit is contained in:
Kierán Meinhardt
2019-09-24 16:47:37 +02:00
parent 9ae7c58266
commit a146155524

View File

@@ -11,7 +11,7 @@
:set -XOverloadedStrings
'';
# :def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
".stack/config.yaml".text = let user = config.niveum.user; in builtins.toJSON {
".stack/config.yaml".text = let inherit (config.niveum) user; in builtins.toJSON {
templates.params = {
author-name = user.name;
author-email = user.email;