mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Replace system with stdenv.hostPlatform.system
The guide I followed for nix-auth used an outdated variable name... fixing.
This commit is contained in:
parent
324271d729
commit
6cf3abd807
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue