depot/packages/data/stevenblack/default.nix

5 lines
137 B
Nix

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