feat: Use dae flake for unstable version
This commit is contained in:
parent
7af904f92f
commit
db2e913daa
8 changed files with 144 additions and 65 deletions
5
overlays/modifications/dae.nix
Normal file
5
overlays/modifications/dae.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{inputs, ...}: _final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
dae = inputs.dae-flake.packages.${system}.dae-unstable;
|
||||
}
|
||||
|
|
@ -8,6 +8,7 @@ in
|
|||
./radicle-explorer.nix
|
||||
./wshowkeys.nix
|
||||
# ./QQ.nix
|
||||
./dae.nix
|
||||
./helix.nix
|
||||
./zulip.nix
|
||||
./nautilus.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue