mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
fix: style
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
:set -XOverloadedStrings
|
:set -XOverloadedStrings
|
||||||
'';
|
'';
|
||||||
# :def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
|
# :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 = {
|
templates.params = {
|
||||||
author-name = user.name;
|
author-name = user.name;
|
||||||
author-email = user.email;
|
author-email = user.email;
|
||||||
|
|||||||
Reference in New Issue
Block a user