Skip to content

Commit

Permalink
add more forgejo packages and test (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk authored Nov 29, 2024
1 parent ced7c9e commit 2bcd324
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion projects/Forgejo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
lib,
sources,
} @ args: {
packages = {inherit (pkgs) forgejo;};
packages = {
inherit
(pkgs)
forgejo
forgejo-cli
forgejo-runner
;
};
nixos = {
modules.services.forgejo = "${sources.inputs.nixpkgs}/nixos/modules/services/misc/forgejo.nix";
tests.setup = "${sources.inputs.nixpkgs}/nixos/tests/forgejo.nix";
examples = null;
};
}

0 comments on commit 2bcd324

Please sign in to comment.