mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 10:24:07 +00:00
5 lines
109 B
Nix
5 lines
109 B
Nix
|
{ system ? builtins.currentSystem }:
|
||
|
{
|
||
|
example-config = import ./example-config.nix { inherit system; };
|
||
|
}
|