chore(test): revert forcing the override for services-flake input

Forcing the override causes the update-flake-lock github action to fail
This commit is contained in:
shivaraj-bh 2024-04-29 23:57:41 +05:30
parent fa079ed2a9
commit 5229c9a2c3
2 changed files with 17 additions and 1 deletions

View File

@ -72,9 +72,25 @@
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs",
"process-compose-flake": "process-compose-flake",
"services-flake": "services-flake",
"systems": "systems"
}
},
"services-flake": {
"locked": {
"lastModified": 1714414649,
"narHash": "sha256-oui6I0Sx/dw9t0XmT6dtmZr6lZ2yFmcwfVEQ9FAxMlw=",
"owner": "juspay",
"repo": "services-flake",
"rev": "fa079ed2a907c38403046404dbcd3a3b7892f0f0",
"type": "github"
},
"original": {
"owner": "juspay",
"repo": "services-flake",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,

View File

@ -4,7 +4,7 @@
flake-parts.url = "github:hercules-ci/flake-parts";
systems.url = "github:nix-systems/default";
process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
services-flake = { };
services-flake.url = "github:juspay/services-flake";
};
outputs = inputs:
inputs.flake-parts.lib.mkFlake { inherit inputs; } {