aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/create-koboroot.nix
blob: 7cf1bff7a29b2f90e7281f51f9909fa5b9c4c545 (plain)
1
2
3
4
5
{ runCommandLocal, ... }: p:
runCommand "mk-koboroot" {} ''
  mkdir -p $out
  tar czvf --mode=u+w $out/KoboRoot.tgz "${p}"
''