symbola font source code was deleted

This commit is contained in:
2025-07-26 22:25:31 -06:00
parent b27c44fb97
commit f2fbbbcc35
2 changed files with 35 additions and 33 deletions

View File

@@ -5,6 +5,7 @@
}:
let
pkgs = mkpkgs inputs.nixpkgs;
pkgsU = mkpkgs inputs.nixpkgs-unstable;
in
_final: prev: {
nautilus = prev.nautilus.overrideAttrs (old: {
@@ -34,4 +35,5 @@ _final: prev: {
withVencord = true;
withOpenASAR = true;
};
inherit (pkgsU) symbola;
}