6 lines
137 B
Nix
6 lines
137 B
Nix
|
{ runCommandLocal, pins }:
|
||
|
|
||
|
runCommandLocal "stevenblack-hosts-${pins.stevenblack.version}" {} ''
|
||
|
cp ${pins.stevenblack}/hosts $out
|
||
|
''
|