From a1461555242ca9527dab4e9e3eb3485e4718e052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 24 Sep 2019 16:47:37 +0200 Subject: [PATCH] fix: style --- configs/packages/haskell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/packages/haskell/default.nix b/configs/packages/haskell/default.nix index 2177c5c..8ccc82c 100644 --- a/configs/packages/haskell/default.nix +++ b/configs/packages/haskell/default.nix @@ -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;