mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Use upstream repository for financier
This commit is contained in:
parent
c6f236f787
commit
8b220374b8
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -5,15 +5,15 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1654853795,
|
"lastModified": 1654853795,
|
||||||
"narHash": "sha256-YEOlzcVzOXS1POW8+MTixtX6It1GrtKzHGB85RQhxog=",
|
"narHash": "sha256-YEOlzcVzOXS1POW8+MTixtX6It1GrtKzHGB85RQhxog=",
|
||||||
"owner": "puppe",
|
"owner": "financier-io",
|
||||||
"repo": "financier",
|
"repo": "financier",
|
||||||
"rev": "19001ceba1404b790d25ed10838728c5c392ef85",
|
"rev": "19001ceba1404b790d25ed10838728c5c392ef85",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "puppe",
|
"owner": "financier-io",
|
||||||
"ref": "fix-yarn2nix",
|
|
||||||
"repo": "financier",
|
"repo": "financier",
|
||||||
|
"rev": "19001ceba1404b790d25ed10838728c5c392ef85",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
inputs.systems.url = "github:nix-systems/default";
|
inputs.systems.url = "github:nix-systems/default";
|
||||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||||
inputs.financier = {
|
inputs.financier = {
|
||||||
url = "github:puppe/financier/fix-yarn2nix";
|
url = "github:financier-io/financier/19001ceba1404b790d25ed10838728c5c392ef85";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue