From 203a3f9b714687e35780797d1abee3437881d986 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 23 Dec 2025 15:40:53 +0000 Subject: [PATCH] fix depreciation again --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bc406cd..11db26b 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ flake.colmena = { meta = { - nixpkgs = import inputs.nixpkgs {system = "x86_64-linux";}; + nixpkgs = import inputs.nixpkgs {localSystem = "x86_64-linux";}; specialArgs = {inherit inputs user constants;}; }; } @@ -115,6 +115,7 @@ imports = [ inputs.home-manager.nixosModules.home-manager { + nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.overlays = overlays; _module.args.hostname = hostname; }