From fb5595cb379c4daf569251e590ca50b8c8808f76 Mon Sep 17 00:00:00 2001 From: Brisingr05 <147939149+Brisingr05@users.noreply.github.com> Date: Sat, 31 May 2025 11:00:48 +0530 Subject: [PATCH] Remove mentions of `system` in `flake.nix` It's a legacy alias of `nixpkgs.hostPlatform`, which is already set in each host's `hardware-configuration.nix` files. Source: https://github.com/NixOS/nixpkgs/blob/837ff226bbd44c29303611703a4085d48f0957c9/flake.nix#L61 --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index bfc8abc..1f50d83 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,6 @@ nixy = # CHANGEME: This should match the 'hostname' in your variables.nix file nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; modules = [ { nixpkgs.overlays = [ inputs.hyprpanel.overlay ]; @@ -55,7 +54,6 @@ }; # Jack is my server jack = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; modules = [ { _module.args = { inherit inputs; }; } inputs.home-manager.nixosModules.home-manager