feat: Use dae flake for unstable version

This commit is contained in:
ulic-youthlic 2026-03-23 14:48:48 +08:00
parent 7af904f92f
commit db2e913daa
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 144 additions and 65 deletions

View file

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