Use upstream repository for financier

This commit is contained in:
Martin Puppe 2024-06-10 22:19:29 +02:00
parent c6f236f787
commit 8b220374b8
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -5,15 +5,15 @@
"locked": {
"lastModified": 1654853795,
"narHash": "sha256-YEOlzcVzOXS1POW8+MTixtX6It1GrtKzHGB85RQhxog=",
"owner": "puppe",
"owner": "financier-io",
"repo": "financier",
"rev": "19001ceba1404b790d25ed10838728c5c392ef85",
"type": "github"
},
"original": {
"owner": "puppe",
"ref": "fix-yarn2nix",
"owner": "financier-io",
"repo": "financier",
"rev": "19001ceba1404b790d25ed10838728c5c392ef85",
"type": "github"
}
},

View file

@ -2,7 +2,7 @@
inputs.systems.url = "github:nix-systems/default";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.financier = {
url = "github:puppe/financier/fix-yarn2nix";
url = "github:financier-io/financier/19001ceba1404b790d25ed10838728c5c392ef85";
flake = false;
};