From 33143c3e3e950f4efdd7760d2304bea3d8004276 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sun, 22 Sep 2024 10:16:28 +0200 Subject: [PATCH] fix(flake): Update `end-rs` input url to the official repo Instead of my own fork --- flake.lock | 9 ++++----- flake.nix | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 9e5a10d..49b196e 100644 --- a/flake.lock +++ b/flake.lock @@ -64,16 +64,15 @@ ] }, "locked": { - "lastModified": 1726917158, + "lastModified": 1726943802, "narHash": "sha256-Ooj+Io2qBvA1IOZ0Ueks4OYHN6ylhHTxSvkmwG1Wt4E=", - "owner": "GaspardCulis", + "owner": "Dr-42", "repo": "end-rs", - "rev": "11b6f3c1e8d795b67d1b18bc28874429316ff470", + "rev": "aced942e36ecd6d3ce4ab45cf1c79ca4e98f6267", "type": "github" }, "original": { - "owner": "GaspardCulis", - "ref": "feat/nix", + "owner": "Dr-42", "repo": "end-rs", "type": "github" } diff --git a/flake.nix b/flake.nix index e4a95d8..d0074b1 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; end-rs = { - url = "github:GaspardCulis/end-rs/feat/nix"; + url = "github:Dr-42/end-rs"; inputs.nixpkgs.follows = "nixpkgs"; }; };