diff --git a/flake.lock b/flake.lock index 6244310c..d9cb8916 100644 --- a/flake.lock +++ b/flake.lock @@ -25,11 +25,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1693844670, - "narHash": "sha256-t69F2nBB8DNQUWHD809oJZJVE+23XBrth4QZuVd6IE0=", + "lastModified": 1694183432, + "narHash": "sha256-YyPGNapgZNNj51ylQMw9lAgvxtM2ai1HZVUu3GS8Fng=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3c15feef7770eb5500a4b8792623e2d6f598c9c1", + "rev": "db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b", "type": "github" }, "original": { @@ -95,11 +95,11 @@ ] }, "locked": { - "lastModified": 1694025408, - "narHash": "sha256-oJNhGfZH8Z2w3ztXdzsYVg32//cWEcPVDM3+tp/ZVfU=", + "lastModified": 1694363988, + "narHash": "sha256-RF6LXm4J6mBF3B8VcQuABuU4g4tCPHgMYJQSoJ3DW+8=", "owner": "hyprwm", "repo": "xdg-desktop-portal-hyprland", - "rev": "022469529c8bc95acf222dc5a62389b04c8b1205", + "rev": "aca51609d4c415b30e88b96c6f49f0142cbcdae7", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 9d3d8992..c08dbe44 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,6 @@ hyprland-nvidia # hyprland-extras xdg-desktop-portal-hyprland - hyprland-share-picker # dependencies hyprland-protocols wlroots-hyprland diff --git a/nix/module.nix b/nix/module.nix index 98789d15..fcb29837 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -10,9 +10,7 @@ with lib; let inherit (pkgs.stdenv.hostPlatform) system; finalPortalPackage = cfg.portalPackage.override { - hyprland-share-picker = inputs.xdph.packages.${system}.hyprland-share-picker.override { - hyprland = cfg.finalPackage; - }; + hyprland = cfg.finalPackage; }; in { # disables Nixpkgs Hyprland module to avoid conflicts diff --git a/nix/overlays.nix b/nix/overlays.nix index dbdfc6a2..3c38d740 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -52,8 +52,6 @@ in { # including forked or patched packages for compatibility. hyprland-extras = mkJoinedOverlays [ inputs.xdph.overlays.xdg-desktop-portal-hyprland - inputs.xdph.overlays.hyprland-share-picker - inputs.xdph.overlays.package-overrides ]; udis86 = final: prev: {