packages/stevenblack-hosts: use regular runCommand
This commit is contained in:
parent
12bec01363
commit
e05eae181e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue