about summary refs log blame commit diff
path: root/users/glittershark/xanthous/default.nix
blob: 0b89a50afb9e9f26f8a5f8b64984fa02b2cb3730 (plain) (tree)
1
2
3
4
5
6
7

                                           
     
  


                                                                          
{ pkgs ? (import ../../../. {}).third_party
, lib ? pkgs.lib
, ...
}:
pkgs.haskell.lib.failOnAllWarnings (
  pkgs.haskellPackages.callPackage (import ./pkg.nix { inherit pkgs; }) {}
)