nixos/overlays/modifications/juicity.nix

8 lines
138 B
Nix

{ outputs, ... }:
_final: prev:
let
inherit (prev.stdenv.hostPlatform) system;
in
{
juicity = outputs.packages."${system}".juicity;
}