feat: init codeberg-pages

This commit is contained in:
Luj 2024-08-09 17:02:59 +02:00
parent fcf3a99814
commit c4c476f56e
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 1632 additions and 0 deletions

View file

@ -53,6 +53,7 @@ import "${nixpkgs}/nixos/lib/eval-config.nix" {
# My own packages
keycloak-keywind = prev.pkgs.callPackage ../packages/keycloak-keywind { };
hydrasect = prev.pkgs.callPackage ../packages/hydrasect { };
codeberg-pages-custom = prev.pkgs.callPackage ../packages/codeberg-pages-custom { };
})
];
}