Add nixpkgs.config and overlays option

This commit is contained in:
Tobias Happ 2020-01-08 00:16:09 +01:00 committed by Alexander Sosedkin
parent bbb0e8ffbf
commit 7e6946c627
3 changed files with 172 additions and 1 deletions

View file

@ -16,7 +16,7 @@ let
rawModule = evalModules {
modules = [
{
_module.args = { inherit pkgs; };
_module.args.pkgs = mkDefault pkgs;
}
configModule
] ++ import ./module-list.nix;