From 69750084815bf994b859819f1dadab83ba0830c6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 10 Feb 2020 11:04:39 +0100 Subject: profpatsch/shiki: Temp-disable dhall{-flycheck} Eval error introduced by 057b0a46b542267dc4c8a3a61427923bb2797a50. It looks like that commit is probably missing some files, because I haven't been able to find anything that would remotely match the dhall and dhall-flycheck attributes. The former would be available in nixpkgs, but since the commit in question actually *changed* the attribute so that it no longer points to the nixpkgs one. The latter (dhall-flycheck) isn't available in nixpkgs at all. To ensure that channels evaluate properly, I temporarily commented out these attributes. Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/shiki.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'machines/profpatsch') diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix index f624abe7..7c29d0b4 100644 --- a/machines/profpatsch/shiki.nix +++ b/machines/profpatsch/shiki.nix @@ -176,8 +176,9 @@ in { pkgs.vuizvui.profpatsch.watch-server # restart server on code change pkgs.vuizvui.profpatsch.until # restart until cmd succeeds execline - pkgs.vuizvui.profpatsch.dhall - pkgs.vuizvui.profpatsch.dhall-flycheck + # XXX: Breaks channel evaluation because these attributes do not exist. + #pkgs.vuizvui.profpatsch.dhall + #pkgs.vuizvui.profpatsch.dhall-flycheck ]; documentation = [ # mustache-spec NOT IN 16.09 -- cgit 1.4.1