use unstable dae for fix bug and modify some dae config

This commit is contained in:
ulic-youthlic 2025-03-06 03:37:19 +08:00
parent 4140cf24f1
commit 3bbf0ad263
6 changed files with 18 additions and 6 deletions

View file

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