aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/module.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2023-09-10 20:11:21 +0300
committerMihai Fufezan <[email protected]>2023-09-14 12:03:48 +0300
commitf6473aa3adacb5fbd63fda7c39cc2e9fd9540e6a (patch)
tree064c8c5cf3d590e1eea74b255cfe1e61b1a181ee /nix/module.nix
parent84f8f4d77ddf4b6c772459584234e1f8f9d5f2ce (diff)
downloadHyprland-f6473aa3adacb5fbd63fda7c39cc2e9fd9540e6a.tar.gz
Hyprland-f6473aa3adacb5fbd63fda7c39cc2e9fd9540e6a.zip
flake.lock: update nixpkgs and xdph
- nix/module: update xdph override - nix/overlays: remove hyprland-share-picker (now built directly inside xdph)
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix4
1 files changed, 1 insertions, 3 deletions
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