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

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

8 lines
184 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; }) {}
)