about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/pkgs.nix9
-rw-r--r--machines/profpatsch/shiki.nix1
2 files changed, 10 insertions, 0 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index 2f95f678..13555897 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -112,6 +112,14 @@ let
       env PATH=${eldir}:''${oldpath} ${eldir}/execlineb $@
     '';
 
+  dhall-flycheck = pkgs.vuizvui.profpatsch.haskellPackages.callPackage
+    (import "${pkgs.fetchFromGitHub {
+      owner = "Profpatsch";
+      repo = "dhall-flycheck";
+      rev = "0db095732820cd27eccbe9ece97500dd292353de";
+      sha256 = "05n76b781fgm5n7kqq1gpqfzshjfpadahxryxqrfvs3sjn3a6bvp";
+    }}/dhall-flycheck.nix") {};
+
 in
 { inherit
     nix
@@ -126,5 +134,6 @@ in
     /*searx*/
     pyrnotify
     execlineb-with-builtins
+    dhall-flycheck
     ;
 }
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index 891933b1..d9348ad9 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -178,6 +178,7 @@ in {
         pkgs.vuizvui.profpatsch.until        # restart until cmd succeeds
         myPkgs.execlineb-with-builtins
         dhall
+        myPkgs.dhall-flycheck
       ];
       documentation = [
         # mustache-spec NOT IN 16.09