depot/packages/data/stevenblack/default.nix

6 lines
137 B
Nix
Raw Normal View History

{ runCommandLocal, pins }:
runCommandLocal "stevenblack-hosts-${pins.stevenblack.version}" {} ''
cp ${pins.stevenblack}/hosts $out
''