Skip to content

Commit

Permalink
gnomeExtensions: rename extensionPatches.nix to extensionOverrides.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Sep 24, 2021
1 parent 2de33b7 commit 49041cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/gnome/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ in rec {

gnomeExtensions = lib.trivial.pipe gnome40Extensions [
# Apply some custom patches for automatically packaged extensions
(callPackage ./extensionPatches.nix {})
(callPackage ./extensionOverrides.nix {})
# Add all manually packaged extensions
(extensions: extensions // (callPackages ./manuallyPackaged.nix {}))
# Map the extension UUIDs to readable names
Expand Down

0 comments on commit 49041cd

Please sign in to comment.