From 74b1dea564da435f4a0de060336827afe1ede725 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 13 Apr 2024 02:48:01 +0200 Subject: [PATCH] replaced sodiboo flake with mine for now until fix is merged (on flake or on nixpkgs) --- flake.lock | 10 +++++----- flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index eda02f0..94b1955 100644 --- a/flake.lock +++ b/flake.lock @@ -260,15 +260,15 @@ ] }, "locked": { - "lastModified": 1712892866, - "narHash": "sha256-ciLnHqvblRCrmMIqKOOqpO9e+Y36gAT5AxE/UeRSx/w=", - "owner": "sodiboo", + "lastModified": 1712922020, + "narHash": "sha256-ZBL7P+tVNrUqngC0fmbKHSDr3ddnVc+nyh0c/sxxndQ=", + "owner": "twoneis", "repo": "niri-flake", - "rev": "982e571860e8afd950f329c0beadec29745ea064", + "rev": "8ba9551153e90acd9a8487b370d6a7cc8e41e9d9", "type": "github" }, "original": { - "owner": "sodiboo", + "owner": "twoneis", "repo": "niri-flake", "type": "github" } diff --git a/flake.nix b/flake.nix index cbc14ef..cac63e0 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ }; niri = { - url = "github:sodiboo/niri-flake"; + url = "github:twoneis/niri-flake"; inputs.nixpkgs.follows = "nixpkgs"; }; };