fix(flake): Use inherit system
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
modules ? [],
|
modules ? [],
|
||||||
}:
|
}:
|
||||||
home-manager.lib.homeManagerConfiguration {
|
home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = import nixpkgs {hostPlatform = system;};
|
pkgs = import nixpkgs {inherit system;};
|
||||||
inherit modules;
|
inherit modules;
|
||||||
extraSpecialArgs = {inherit inputs stateVersion user dotsDir;};
|
extraSpecialArgs = {inherit inputs stateVersion user dotsDir;};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user