fix depreciation again
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
flake.colmena =
|
flake.colmena =
|
||||||
{
|
{
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import inputs.nixpkgs {system = "x86_64-linux";};
|
nixpkgs = import inputs.nixpkgs {localSystem = "x86_64-linux";};
|
||||||
specialArgs = {inherit inputs user constants;};
|
specialArgs = {inherit inputs user constants;};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -115,6 +115,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
nixpkgs.overlays = overlays;
|
nixpkgs.overlays = overlays;
|
||||||
_module.args.hostname = hostname;
|
_module.args.hostname = hostname;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user