1
0
Fork 0

masotdon: keep track of patch-package in custom theme build

This commit is contained in:
Daniel Kempkens 2024-02-17 18:08:29 +01:00
parent bb7ac2a025
commit 95f00c5ff6
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,7 +6,7 @@ let
pkg-base = pkgs.mastodon;
pkg-mastodon = pkg-base.overrideAttrs (_: {
mastodonModules = pkgs.mastodon.mastodonModules.overrideAttrs (oldMods:
mastodonModules = pkg-base.mastodonModules.overrideAttrs (oldMods:
let
tangerine-ui = pkgs.fetchFromGitHub {
owner = "nileane";