nixos/overlays/modifications/dae.nix

6 lines
143 B
Nix
Raw Normal View History

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