From f3f5d5a6116fda1e69182a2ed3a342b06dc328fc Mon Sep 17 00:00:00 2001 From: June Date: Thu, 20 Jun 2024 04:12:42 +0200 Subject: [PATCH] Use forgejo package from stable (24.05) instead of from unstable --- config/hosts/git/forgejo.nix | 1 - flake.nix | 3 --- 2 files changed, 4 deletions(-) diff --git a/config/hosts/git/forgejo.nix b/config/hosts/git/forgejo.nix index ced70db..bb7099f 100644 --- a/config/hosts/git/forgejo.nix +++ b/config/hosts/git/forgejo.nix @@ -12,7 +12,6 @@ { services.forgejo = { enable = true; - package = pkgs-unstable.forgejo; database.type = "postgres"; mailerPasswordFile = "/run/secrets/forgejo_git_smtp_password"; diff --git a/flake.nix b/flake.nix index 26bd521..eb9d236 100644 --- a/flake.nix +++ b/flake.nix @@ -145,9 +145,6 @@ sops-nix.nixosModules.sops ./config/hosts/git ]; - specialArgs = { - inherit pkgs-unstable; - }; }; forgejo-actions-runner = nixpkgs.lib.nixosSystem {