mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
gnome-search-provider-browser-tabs: update code to use proper functions
This commit is contained in:
parent
9576d0cecd
commit
980f002ca2
@ -17,10 +17,7 @@ let
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
in {
|
in lib.recurseIntoAttrs {
|
||||||
# This is used for flattenTree from the flake definition.
|
|
||||||
recurseForDerivations = true;
|
|
||||||
|
|
||||||
gnome-shell-extension = mkYarnPackage rec {
|
gnome-shell-extension = mkYarnPackage rec {
|
||||||
inherit meta;
|
inherit meta;
|
||||||
pname = "gnome-search-provider-browser-tabs";
|
pname = "gnome-search-provider-browser-tabs";
|
||||||
|
Loading…
Reference in New Issue
Block a user