depot/packages/data/stevenblack/default.nix

5 lines
127 B
Nix

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