Skip to content
Snippets Groups Projects
default.nix 100 B
Newer Older
  • Learn to ignore specific revisions
  • { callPackage }:
    let
      repo = callPackage ./repo.nix { };
    in
      (import "${repo}/nix").PaymentServer