11 lines
237 B
Nix
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; };
|
||
|
};
|
||
|
}
|