From 4864e33054c9ba92ccb2bb6b35c31a9a8293dd46 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Feb 2020 15:28:40 +0100 Subject: shiki: Revert "Temp-disable dhall{-flycheck}" This reverts commit 69750084815bf994b859819f1dadab83ba0830c6. Since 00fce07dba2f80f94f1715f27bdb91b67a65ec89 and 67f8c4b09e7f9a9cd82c7dd1601891654958d0d2, the corresponding package attributes should now be available and we no longer need to disable them in order to get a successful evaluation. Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/shiki.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index 7c29d0b4..f624abe7 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -176,9 +176,8 @@ in { pkgs.vuizvui.profpatsch.watch-server # restart server on code change pkgs.vuizvui.profpatsch.until # restart until cmd succeeds execline - # XXX: Breaks channel evaluation because these attributes do not exist. - #pkgs.vuizvui.profpatsch.dhall - #pkgs.vuizvui.profpatsch.dhall-flycheck + pkgs.vuizvui.profpatsch.dhall + pkgs.vuizvui.profpatsch.dhall-flycheck ]; documentation = [ # mustache-spec NOT IN 16.09 -- cgit 1.4.1