Commit 72b02105 authored by maralorn's avatar maralorn
Browse files

nix-output-monitor: comment and cleanup

parent d8b94f5b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{
  haskell,
  expect,
  haskellPackages,
  installShellFiles,
  lib
  lib,
}: let
  inherit (haskell.lib.compose) justStaticExecutables overrideCabal;

  overrides = {
    passthru.updateScript = ./update.sh;

    # nom has unit-tests and golden-tests
    # golden-tests call nix and thus can’t be run in a nix build.
    testTarget = "unit-tests";

    buildTools = [installShellFiles];
    postInstall = ''
      ln -s nom "$out/bin/nom-build"