about summary refs log tree commit diff
path: root/web/static/default.nix
blob: 518f21d6f91c3a5542a2de8bcc1810c38d4b285c (plain) (blame)
1
2
3
4
5
6
{ pkgs, ... }:

# Needs to be a derivation ...
pkgs.runCommand "tvl-static" {} ''
  cp -r ${./.} $out
''