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