about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2019-09-28 16:37:51 +0100
committerProfpatsch <mail@profpatsch.de>2019-10-02 00:23:03 +0200
commitdfe0819ab760c4ef8b9095b29a2b5af3c396924d (patch)
treec7cfe1f368315a6b7a1d2f81e00e5efb5f797f29 /machines
parent5e7d663a99893de3c6712a226c562d0e441eba3c (diff)
machines/shiki: add dhall-flycheck
Diffstat (limited to 'machines')
-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