generated from stubbfel/nix-project-template
6 lines
84 B
Nix
6 lines
84 B
Nix
{
|
|
inputs = { config.url = "./config"; };
|
|
|
|
outputs = { self, config }: config;
|
|
}
|