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

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

5 lines
131 B
Nix
Raw Normal View History

{ pkgs ? (import ../../../. {}).third_party, ... }:
pkgs.haskellPackages.callCabal2nix "owothia"
(pkgs.gitignoreSource ./.) { }