From d32b255de407992f52937d193a455b1e1f041039 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 4 Sep 2021 22:06:45 +0200 Subject: ... --- user-profiles/feeds/module.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'user-profiles') diff --git a/user-profiles/feeds/module.nix b/user-profiles/feeds/module.nix index db5e94b3..fa7f61a0 100644 --- a/user-profiles/feeds/module.nix +++ b/user-profiles/feeds/module.nix @@ -18,9 +18,10 @@ let ''; notmuchCallbacks = pkgs.writeText "imm-callbacks-${config.home.username}.dhall" '' - { _executable = "${immNotmuchInsert}/bin/imm-notmuch-insert" - , _arguments = [] : List Text - } + [ { _executable = "${immNotmuchInsert}/bin/imm-notmuch-insert" + , _arguments = [] : List Text + } + ] ''; immNotmuchInsert = pkgs.stdenv.mkDerivation rec { -- cgit v1.2.3