summaryrefslogtreecommitdiff
path: root/packages/resistors/default.nix
blob: 6a038eae24009658f535392c821248fd9ea64f1d (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

pkgs.runCommandNoCC "resisto-rs" { } ''
  mkdir -p $out
  cp ${./index.html} $out/index.html
  cp ${./styles.css} $out/styles.css
''