nix: fix incompatible adw-gtk3 version
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
942ffb11f5
commit
c681926c92
1 changed files with 8 additions and 2 deletions
|
@ -52,11 +52,17 @@
|
||||||
#?? nixpkgs.BRANCH.PACKAGE
|
#?? nixpkgs.BRANCH.PACKAGE
|
||||||
inherit stable unstable staging-next;
|
inherit stable unstable staging-next;
|
||||||
|
|
||||||
|
### Packages
|
||||||
|
# TODO: Remove when GTK > 4.16 in unstable
|
||||||
|
# BUG: v5.4 is not compatible with GTK < 4.16
|
||||||
|
# https://github.com/lassekongo83/adw-gtk3/releases/tag/v5.4
|
||||||
|
adw-gtk3 = stable.adw-gtk3;
|
||||||
|
|
||||||
# BUG: Build tests often fail on unstable
|
# BUG: Build tests often fail on unstable
|
||||||
# https://github.com/NixOS/nixpkgs/issues/333946
|
# https://github.com/NixOS/nixpkgs/issues/333946
|
||||||
fprintd = stable.fprintd;
|
fprintd = stable.fprintd;
|
||||||
|
|
||||||
# Hypr*
|
### Hypr*
|
||||||
hypridle = inputs.hypridle.packages.${prev.system}.default;
|
hypridle = inputs.hypridle.packages.${prev.system}.default;
|
||||||
hyprland = inputs.hyprland.packages.${prev.system}.default;
|
hyprland = inputs.hyprland.packages.${prev.system}.default;
|
||||||
hyprlock = inputs.hyprlock.packages.${prev.system}.default;
|
hyprlock = inputs.hyprlock.packages.${prev.system}.default;
|
||||||
|
@ -65,7 +71,7 @@
|
||||||
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
|
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Development
|
### Development
|
||||||
#// ciscoPacketTracer8 = local.ciscoPacketTracer8;
|
#// ciscoPacketTracer8 = local.ciscoPacketTracer8;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue