Don't set system

This commit is contained in:
niten 2021-09-24 11:47:35 -07:00
parent c02318ca00
commit b072fed747
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
hosts = hostlib.base-host-config ./config/hosts; hosts = hostlib.base-host-config ./config/hosts;
in nixpkgs.lib.mapAttrs (hostname: hostOpts: let in nixpkgs.lib.mapAttrs (hostname: hostOpts: let
pkgs = import nixpkgs { pkgs = import nixpkgs {
system = hostOpts.arch;
config = { config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [ permittedInsecurePackages = [