From e4b305b97e1aadd3741f4d6deed56fbec5621199 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 6 Nov 2025 10:25:13 -0800 Subject: Replace system references with nixpkgs.hostPlatform --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f7f9a66..c997694 100644 --- a/flake.nix +++ b/flake.nix @@ -293,8 +293,8 @@ root.openssh.authorizedKeys.keys = [ (builtins.readFile ./hosts/common/users/nipsy/keys/id_arrakis.pub) ]; }; }) + { nixpkgs.hostPlatform = "x86_64-linux"; } ]; - system = "x86_64-linux"; }; kaitain = nixpkgs.lib.nixosSystem rec { @@ -350,8 +350,8 @@ root.openssh.authorizedKeys.keys = [ (builtins.readFile ./hosts/common/users/nipsy/keys/id_arrakis.pub) ]; }; }) + { nixpkgs.hostPlatform = "x86_64-linux"; } ]; - system = "x86_64-linux"; }; richese = nixpkgs.lib.nixosSystem rec { -- cgit v1.2.3