mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 06:29:17 +03:00
8 lines
144 B
Nix
8 lines
144 B
Nix
![]() |
{
|
||
|
system ? builtins.currentSystem,
|
||
|
pkgs ? import ../../../.. { inherit system; },
|
||
|
}:
|
||
|
{
|
||
|
mit = import ./mit.nix { inherit system pkgs; };
|
||
|
}
|