about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-02-10 11:04:39 +0100
committeraszlig <aszlig@nix.build>2020-02-10 11:04:39 +0100
commit69750084815bf994b859819f1dadab83ba0830c6 (patch)
tree3f5f68116afa5f5ee75180e3b9911dcadbd622f2 /machines/profpatsch
parent1908cd711742abcf05deb19c0d77c642a28e260a (diff)
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 <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/shiki.nix5
1 files changed, 3 insertions, 2 deletions
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