5 lines
89 B
Nix
5 lines
89 B
Nix
{lib}: {
|
|
sv1 = lib.callFragment ./sv1.nix {};
|
|
dk1 = lib.callFragment ./dk1.nix {};
|
|
}
|