From 8b220374b8baa7b5e61bc7e0921260fc09d5c7c7 Mon Sep 17 00:00:00 2001 From: Martin Puppe Date: Mon, 10 Jun 2024 22:19:29 +0200 Subject: [PATCH] Use upstream repository for financier --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index ab6dd47..c132aed 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } }, diff --git a/flake.nix b/flake.nix index aae55bd..4976bd3 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };