From 54ed8d27f824a88b8ef052660a9b194a75dcd749 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 11 Mar 2024 14:06:10 -0400 Subject: [PATCH] chore(example): Change branch to 'main' Since the PR is merged. --- example/share-services/pgweb/flake.lock | 7 +++---- example/share-services/pgweb/flake.nix | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/example/share-services/pgweb/flake.lock b/example/share-services/pgweb/flake.lock index d97483f..c84e8cd 100644 --- a/example/share-services/pgweb/flake.lock +++ b/example/share-services/pgweb/flake.lock @@ -115,17 +115,16 @@ }, "locked": { "dir": "example/share-services/northwind", - "lastModified": 1710167564, - "narHash": "sha256-StRjzomzbYEho0bpDGIJK6HdFgBTm3gcMxu3XDvrjkY=", + "lastModified": 1710180330, + "narHash": "sha256-NFq9mKl3gW9fZMcphAvQpBe7efS/FrygDFdDYjSsKCQ=", "owner": "juspay", "repo": "services-flake", - "rev": "fc3cebb519a44c2eeb7b850080b300779488f19b", + "rev": "51ecb713515d5310eb0cc446df13547bb7efc917", "type": "github" }, "original": { "dir": "example/share-services/northwind", "owner": "juspay", - "ref": "share-services", "repo": "services-flake", "type": "github" } diff --git a/example/share-services/pgweb/flake.nix b/example/share-services/pgweb/flake.nix index 41c8624..ddee7a1 100644 --- a/example/share-services/pgweb/flake.nix +++ b/example/share-services/pgweb/flake.nix @@ -7,8 +7,7 @@ process-compose-flake.url = "github:Platonic-Systems/process-compose-flake"; services-flake.url = "github:juspay/services-flake"; - # TODO: Remove 'share-services' branch before merging to `main`. - northwind.url = "github:juspay/services-flake/share-services?dir=example/share-services/northwind"; + northwind.url = "github:juspay/services-flake?dir=example/share-services/northwind"; }; outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } {