mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-23 17:56:53 +03:00
5 lines
109 B
Nix
5 lines
109 B
Nix
![]() |
{ system ? builtins.currentSystem }:
|
||
|
{
|
||
|
example-config = import ./example-config.nix { inherit system; };
|
||
|
}
|