mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 19:23:01 +03:00
ddfd04c26e
Though with *our* modules. With https://github.com/NixOS/nixpkgs/pull/82960 this fixes the regression from https://github.com/NixOS/nixpkgs/pull/82751.
7 lines
146 B
Nix
7 lines
146 B
Nix
{ baseModules ? import ../modules/module-list.nix
|
|
, ...
|
|
} @ args:
|
|
import <nixpkgs/nixos/lib/eval-config.nix> (args // {
|
|
inherit baseModules;
|
|
})
|