update to nixos 24.11

This commit is contained in:
stubbfel
2024-12-02 19:21:36 +01:00
parent 9f75a69752
commit 598058bfb3
3 changed files with 7 additions and 7 deletions

View File

@@ -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" ];
# });
# };
};
}