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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'machines/profpatsch/pkgs.nix') 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 ; } -- cgit 1.4.1