From d7c64fea808a21a098a45ba686c6b6e8368e4a2b Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 20 Sep 2026 00:04:50 -0400 Subject: [PATCH] potentially fix notifs on flatpak --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 3544dd7..b3e4531 100644 --- a/flake.lock +++ b/flake.lock @@ -42,15 +42,16 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1774860670, - "narHash": "sha256-YjJkQrvxrErXtfDi3obUn6rNmkA+CIAZ3f5NgL5xuYE=", - "owner": "neobrain", + "lastModified": 1789876218, + "narHash": "sha256-/sUFGNLvcwf9MxGw+QS24o1bg217fQRY9NpinlmSjH4=", + "owner": "Henry-Hiles", "repo": "nix2flatpak", - "rev": "61d68e21e3fbc2d57590051f48736bea271f4aba", + "rev": "8264b886c1e64bffc172c49e9dfcb551cbd863f4", "type": "github" }, "original": { - "owner": "neobrain", + "owner": "Henry-Hiles", + "ref": "quad/fix/names", "repo": "nix2flatpak", "type": "github" } diff --git a/flake.nix b/flake.nix index c1502f0..2f55b83 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ self.submodules = true; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; - nix2flatpak.url = "github:neobrain/nix2flatpak"; + nix2flatpak.url = "github:Henry-Hiles/nix2flatpak/quad/fix/names"; }; outputs =