From e4e85313315731d84f9677f82f6ba71c030cede0 Mon Sep 17 00:00:00 2001 From: DiabeticNomad Date: Wed, 15 Apr 2026 10:19:38 -0500 Subject: [PATCH] bug squashing --- hosts/spencer/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/spencer/configuration.nix b/hosts/spencer/configuration.nix index e00e608..c463c82 100644 --- a/hosts/spencer/configuration.nix +++ b/hosts/spencer/configuration.nix @@ -12,7 +12,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - pkgs.hostPlatform = "x86_64-linux"; + nixpkgs.hostPlatform = "x86_64-linux"; networking.hostName = "spencer"; time.timeZone = "America/Chicago";