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