chore(example): Change branch to 'main'

Since the PR is merged.
This commit is contained in:
Sridhar Ratnakumar 2024-03-11 14:06:10 -04:00
parent 51ecb71351
commit 54ed8d27f8
2 changed files with 4 additions and 6 deletions

View File

@ -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"
}

View File

@ -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; } {