From e694b1ab5f7fcce0a25ca73a9b36a75e80485e59 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Mon, 17 Mar 2025 22:29:50 -0500
Subject: [PATCH] nix: fix build

---
 configuration.nix | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/configuration.nix b/configuration.nix
index 27b41a1..7f16b8a 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -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