mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
10 lines
167 B
Nix
10 lines
167 B
Nix
![]() |
{
|
||
|
system ? builtins.currentSystem,
|
||
|
config ? { },
|
||
|
pkgs ? import ../../.. { inherit system config; },
|
||
|
}:
|
||
|
|
||
|
{
|
||
|
base = import ./base.nix { inherit system pkgs; };
|
||
|
}
|