mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #588 from genebean/fix_variable_name
Replace system with stdenv.hostPlatform.system
This commit is contained in:
commit
5a85cc5ed4
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