Move patches into packages directory

This commit is contained in:
Andrew Kvalheim 2022-08-10 18:44:23 -07:00
parent c869f4e799
commit 44052055d9
2 changed files with 1 additions and 1 deletions

View file

@ -26,7 +26,7 @@ in
(_: pkgs: {
gnome = pkgs.gnome.overrideScope' (_: gnome: {
gnome-shell = gnome.gnome-shell.overrideAttrs (gnome-shell: {
patches = gnome-shell.patches ++ [ ../patches/gnome-shell_screenshot-location.patch ];
patches = gnome-shell.patches ++ [ ../packages/resources/gnome-shell_screenshot-location.patch ];
});
});
})