packages/stevenblack-hosts: use regular runCommand

This commit is contained in:
Max Headroom 2022-06-08 22:38:41 +02:00
parent 12bec01363
commit e05eae181e

View file

@ -1,5 +1,5 @@
{ runCommandLocal, pins }:
{ runCommand, pins }:
runCommandLocal "stevenblack-hosts-${pins.stevenblack.version}" {} ''
runCommand "stevenblack-hosts-${pins.stevenblack.version}" {} ''
cp ${pins.stevenblack}/hosts $out
''