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


                                  
 
                                            
                                             
{ depot ? (import ../../../. {})
, pkgs ? depot.third_party.nixpkgs
, ... }:

pkgs.haskellPackages.callCabal2nix "owothia"
  (depot.third_party.gitignoreSource ./.) { }