feat(forgejo): Use package from nixos-unstable

This commit is contained in:
Tom Hubrecht 2024-04-13 13:44:06 +02:00
parent 199ccd4034
commit 75409ed0df
2 changed files with 8 additions and 71 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, nixpkgs, ... }:
let
port = 3000;
@ -10,7 +10,7 @@ in
enable = true;
user = "git";
package = pkgs.forgejo;
package = nixpkgs.unstable.forgejo;
stateDir = "/var/lib/git";
database = {