Skip to content
Snippets Groups Projects
repo.nix 213 B
Newer Older
  • Learn to ignore specific revisions
  • { fetchFromGitHub }:
    fetchFromGitHub {
      owner = "PrivateStorageio";
      repo = "PaymentServer";
    
    Tom Prince's avatar
    Tom Prince committed
      rev = "e185f33453938dee9d3824f88e18b868491a79c2";
      hash = "sha256-r6YCTpnCRLkGGA39KTpWthMYFWoGDiR3xHJSYVXSqF8=";