depot/packages/data/stevenblack/default.nix

6 lines
127 B
Nix
Raw Normal View History

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