nixos/overlays/modifications/juicity.nix

6 lines
136 B
Nix
Raw Normal View History

{outputs, ...}: _final: prev: let
2025-05-03 11:35:18 +08:00
inherit (prev.stdenv.hostPlatform) system;
in {
2025-02-03 14:07:16 +08:00
juicity = outputs.packages."${system}".juicity;
}