5 lines
109 B
Nix
5 lines
109 B
Nix
|
{ system ? builtins.currentSystem }:
|
||
|
{
|
||
|
example-config = import ./example-config.nix { inherit system; };
|
||
|
}
|