feat(forgejo): Use package from nixos-unstable
This commit is contained in:
parent
199ccd4034
commit
75409ed0df
2 changed files with 8 additions and 71 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue