potentially fix notifs on flatpak
This commit is contained in:
parent
87e7e093f7
commit
d7c64fea80
2 changed files with 7 additions and 6 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -42,15 +42,16 @@
|
||||||
"nixpkgs": "nixpkgs"
|
"nixpkgs": "nixpkgs"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1774860670,
|
"lastModified": 1789876218,
|
||||||
"narHash": "sha256-YjJkQrvxrErXtfDi3obUn6rNmkA+CIAZ3f5NgL5xuYE=",
|
"narHash": "sha256-/sUFGNLvcwf9MxGw+QS24o1bg217fQRY9NpinlmSjH4=",
|
||||||
"owner": "neobrain",
|
"owner": "Henry-Hiles",
|
||||||
"repo": "nix2flatpak",
|
"repo": "nix2flatpak",
|
||||||
"rev": "61d68e21e3fbc2d57590051f48736bea271f4aba",
|
"rev": "8264b886c1e64bffc172c49e9dfcb551cbd863f4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "neobrain",
|
"owner": "Henry-Hiles",
|
||||||
|
"ref": "quad/fix/names",
|
||||||
"repo": "nix2flatpak",
|
"repo": "nix2flatpak",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
self.submodules = true;
|
self.submodules = true;
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
nix2flatpak.url = "github:neobrain/nix2flatpak";
|
nix2flatpak.url = "github:Henry-Hiles/nix2flatpak/quad/fix/names";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue