3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/version-management/gitea
Dmitry Shachnev c69621b8bd gitea: Add coreutils binaries to PATH
coreutils is used by hooks which are generated by gitea, e.g.:

  $ cat hooks/pre-receive
  #!/usr/bin/env bash
  # AUTO GENERATED BY GITEA, DO NOT MODIFY
  data=$(cat)
  exitcodes=""
  hookname=$(basename $0)
2023-06-08 20:16:13 +03:00
..
default.nix gitea: Add coreutils binaries to PATH 2023-06-08 20:16:13 +03:00
static-root-path.patch