Replace system with stdenv.hostPlatform.system

The guide I followed for nix-auth used an outdated variable
name... fixing.
This commit is contained in:
Gene Liverman 2026-01-20 10:50:54 -05:00
parent 324271d729
commit 6cf3abd807
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI

View file

@ -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