1
1
Fork 0

nix: remove xdg-desktop-portal-hyprland overlay

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-15 19:15:54 -05:00
parent f91525ee20
commit d819d61bc0
Signed by: myned
GPG key ID: C7224454F7881A34
3 changed files with 0 additions and 10 deletions

View file

@ -61,11 +61,6 @@
hyprland = inputs.hyprland.packages.${prev.system}.default;
hyprlock = inputs.hyprlock.packages.${prev.system}.default;
# TODO: Remove when merged into unstable
# https://github.com/NixOS/nixpkgs/pull/338836
xdg-desktop-portal-hyprland =
inputs.xdg-desktop-portal-hyprland.packages.${prev.system}.xdg-desktop-portal-hyprland;
hyprlandPlugins = {
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
};

View file

@ -75,7 +75,6 @@
nix-vscode-extensions = flake "github:nix-community/nix-vscode-extensions" // unstable "nixpkgs";
nixd = flake "github:nix-community/nixd" // unstable "nixpkgs";
walker = flake "github:abenz1267/walker" // unstable "nixpkgs";
xdg-desktop-portal-hyprland = flake "github:hyprwm/xdg-desktop-portal-hyprland" // unstable "nixpkgs";
# Server flakes
conduwuit = flake "github:Myned/conduwuit" // unstable "nixpkgs";

View file

@ -132,10 +132,6 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:abenz1267/walker";
};
xdg-desktop-portal-hyprland = {
inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "github:hyprwm/xdg-desktop-portal-hyprland";
};
};
outputs = inputs: inputs.flakegen ./flake.in.nix inputs;
}