mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -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
|
htop
|
||||||
httpie
|
httpie
|
||||||
hub
|
hub
|
||||||
inputs.nix-auth.packages.${system}.default
|
inputs.nix-auth.packages.${stdenv.hostPlatform.system}.default
|
||||||
jq
|
jq
|
||||||
lazydocker
|
lazydocker
|
||||||
lazygit
|
lazygit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue