From dfe0819ab760c4ef8b9095b29a2b5af3c396924d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 28 Sep 2019 16:37:51 +0100 Subject: machines/shiki: add dhall-flycheck --- machines/profpatsch/pkgs.nix | 9 +++++++++ machines/profpatsch/shiki.nix | 1 + 2 files changed, 10 insertions(+) (limited to 'machines/profpatsch') 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 -- cgit 1.4.1