chore: Use localSystem.system instead of system
This commit is contained in:
parent
44e6836e0f
commit
f822528530
7 changed files with 7 additions and 7 deletions
|
|
@ -37,7 +37,7 @@ let
|
|||
{
|
||||
"${unixName}@${hostName}" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
localSystem = { inherit system; };
|
||||
};
|
||||
modules = [
|
||||
(rootPath + "/home/${unixName}/configurations/${hostName}")
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
in
|
||||
{
|
||||
_module.args.pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
localSystem = { inherit system; };
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue