keycloak-theme/overlay.nix

11 lines
237 B
Nix
Raw Permalink Normal View History

2022-11-27 04:16:39 +00:00
final: prev:
let
pkgs = final;
in
{
# this key should be the same as the simpleFlake name attribute.
keycloak-theme-pub-solar = {
keycloak-theme-pub-solar = import ./pkgs/keycloak-theme-pub-solar.nix { inherit pkgs; };
};
}