nixos/overlays/modifications/juicity.nix

7 lines
156 B
Nix
Raw Normal View History

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