feat: Use nixpkgs dae module instead of dae/flake

This commit is contained in:
ulic-youthlic 2025-10-28 23:22:41 +08:00
parent d187a67afe
commit 1e6d5fbe02
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 9 additions and 48 deletions

View file

@ -1,8 +0,0 @@
{ inputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in
{
dae = inputs.dae.packages."${system}".dae-unstable;
}

View file

@ -5,7 +5,6 @@ let
in
[
./niri.nix
./dae.nix
./spotifyx.nix
./radicle-explorer.nix
./wshowkeys.nix