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 7871e788aa
commit 1620d6cd44
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
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;
}

View file

@ -7,6 +7,7 @@ let
./niri.nix
./ghostty.nix
./juicity.nix
./dae.nix
];
overlay-list = map (file: import file args) overlay-files;
in