1
1
Fork 0

nix: fix build

This commit is contained in:
Myned 2025-03-17 22:29:50 -05:00
parent b3b8e7c588
commit e694b1ab5f
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -55,8 +55,14 @@
inherit stable unstable master;
### Packages
# TODO: Remove when on stable
ghostty = unstable.ghostty;
# TODO: Remove when on unstable
# https://github.com/NixOS/nixpkgs/pull/389740
pwvucontrol = master.pwvucontrol;
# TODO: Remove when fixed
# https://github.com/NixOS/nixpkgs/issues/389638
# https://github.com/NixOS/nixpkgs/pull/390171
rustdesk-flutter = stable.rustdesk-flutter;
# TODO: Use official package when available
# https://github.com/NixOS/nixpkgs/issues/327982