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