e7ec2969af
GitOrigin-RevId: 9b19f5e77dd906cb52dade0b7bd280339d2a1f3d
4 lines
109 B
Nix
4 lines
109 B
Nix
{ system ? builtins.currentSystem }:
|
|
{
|
|
example-config = import ./example-config.nix { inherit system; };
|
|
}
|