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