about summary refs log tree commit diff
path: root/users/glittershark/owothia/default.nix
{ depot ? (import ../../../. {})
, pkgs ? depot.third_party.nixpkgs
, ... }:

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