nixos/overlays/modifications/juicity.nix

10 lines
158 B
Nix
Raw Normal View History

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