Merge pull request #49670 from matthewbauer/pkgs-i686-remove

Fix pkgsi686Linux assertion
This commit is contained in:
Matthew Bauer
2018-11-04 12:49:09 -06:00
committed by GitHub
8 changed files with 16 additions and 17 deletions
-1
View File
@@ -208,7 +208,6 @@ in
config = {
_module.args = {
pkgs = cfg.pkgs;
pkgs_i686 = cfg.pkgs.pkgsi686Linux;
};
};
}