nix-output-monitor: Init at 0.1.0.0 (#100102)

This commit is contained in:
maralorn
2020-10-09 22:43:10 +02:00
committed by GitHub
parent bedec6dcc3
commit 19bfa40a76
4 changed files with 40 additions and 0 deletions
@@ -782,6 +782,11 @@ self: super: builtins.intersectAttrs super {
testToolDepends = [ pkgs.git pkgs.mercurial ];
});
nix-output-monitor = overrideCabal super.nix-output-monitor {
# Can't ran the golden-tests with nix, because they call nix
testTarget = "unit-tests";
};
haskell-language-server = overrideCabal super.haskell-language-server (drv: {
postInstall = let
inherit (pkgs.lib) concatStringsSep take splitString;