From 6cf3abd80711881a197f92fe23db14e148a060a6 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 20 Jan 2026 10:50:54 -0500 Subject: [PATCH] Replace system with stdenv.hostPlatform.system The guide I followed for nix-auth used an outdated variable name... fixing. --- modules/hosts/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/common/default.nix b/modules/hosts/common/default.nix index eb4aa13..80d0f93 100644 --- a/modules/hosts/common/default.nix +++ b/modules/hosts/common/default.nix @@ -26,7 +26,7 @@ in { htop httpie hub - inputs.nix-auth.packages.${system}.default + inputs.nix-auth.packages.${stdenv.hostPlatform.system}.default jq lazydocker lazygit