keycloak-theme-vue/overlay.nix
2023-12-06 16:13:40 +01:00

11 lines
237 B
Nix

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; };
};
}