fix gitea
This commit is contained in:
@@ -13,5 +13,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
useWizard = true;
|
useWizard = true;
|
||||||
repositoryRoot = "/var/lib/gitea/gitea-repositories";
|
repositoryRoot = "/var/lib/gitea/gitea-repositories";
|
||||||
|
lfs.enable = true;
|
||||||
|
package = pkgs.gitea.override rec {
|
||||||
|
buildGoModule = args: pkgs.buildGoModule ( args // {
|
||||||
|
tags = args.tags ++ [ "bindata" ];
|
||||||
|
});
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user