diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-09-15 19:27:59 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-09-15 19:27:59 +0200 |
| commit | 41a792d079a89016d643029d29a388c813814b15 (patch) | |
| tree | 09301d98881963eb39e5c907ac190e3671f176b9 | |
| parent | f24bb44da07f5712f17d820a6afa2769b1b8caf7 (diff) | |
| download | nixos-41a792d079a89016d643029d29a388c813814b15.tar nixos-41a792d079a89016d643029d29a388c813814b15.tar.gz nixos-41a792d079a89016d643029d29a388c813814b15.tar.bz2 nixos-41a792d079a89016d643029d29a388c813814b15.tar.xz nixos-41a792d079a89016d643029d29a388c813814b15.zip | |
include uuid-crypto on git.rheperire.org
| -rw-r--r-- | ymir.nix | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -398,7 +398,10 @@ in rec { | |||
| 398 | clone-prefix=git://git.rheperire.org https://git.rheperire.org | 398 | clone-prefix=git://git.rheperire.org https://git.rheperire.org |
| 399 | 399 | ||
| 400 | strict-export=git-daemon-export-ok | 400 | strict-export=git-daemon-export-ok |
| 401 | project-list=${pkgs.writeText "project-list" "rheperire.git"} | 401 | project-list=${pkgs.writeText "project-list" '' |
| 402 | rheperire.git | ||
| 403 | uuid-crypto.git | ||
| 404 | ''} | ||
| 402 | section-from-path=2 | 405 | section-from-path=2 |
| 403 | scan-path=/srv/git/repositories | 406 | scan-path=/srv/git/repositories |
| 404 | ''; | 407 | ''; |
