tvl-depot/users/glittershark/xanthous/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
295 B
Nix
Raw Normal View History

{ pkgs ? (import ../../../. {}).third_party
, lib ? pkgs.lib
, ...
}:
(pkgs.haskell.lib.failOnAllWarnings (
pkgs.haskellPackages.callPackage (import ./pkg.nix { inherit pkgs; }) {}
)) // {
# TODO(grfn): Get this passing (see https://buildkite.com/tvl/depot/builds/3055)
meta.ci = false;
}