nixos/overlays/modifications/dae.nix

6 lines
139 B
Nix
Raw Normal View History

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