masotdon: keep track of patch-package in custom theme build
This commit is contained in:
parent
bb7ac2a025
commit
95f00c5ff6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue