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;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
in {
|
||||
# This is used for flattenTree from the flake definition.
|
||||
recurseForDerivations = true;
|
||||
|
||||
in lib.recurseIntoAttrs {
|
||||
gnome-shell-extension = mkYarnPackage rec {
|
||||
inherit meta;
|
||||
pname = "gnome-search-provider-browser-tabs";
|
||||
|
Loading…
Reference in New Issue
Block a user