Use gitlab instead of gitea

This commit is contained in:
Charlotte Van Petegem 2023-01-23 15:37:00 +01:00
parent 16092857e1
commit b94de5ca11
No known key found for this signature in database
GPG key ID: 019E764B7184435A
8 changed files with 91 additions and 54 deletions

View file

@ -103,6 +103,11 @@
tetris = tetris.packages.${self.system}.default;
udp2raw = self.callPackage ./packages/udp2raw { };
mastodon = nixpkgs-22_11.legacyPackages.${self.system}.mastodon;
gitlab-pages = nixpkgs-22_11.legacyPackages.${self.system}.gitlab-pages;
gitlab = nixpkgs-22_11.legacyPackages.${self.system}.gitlab;
gitlab-gitaly = nixpkgs-22_11.legacyPackages.${self.system}.gitlab-gitaly;
gitlab-shell = nixpkgs-22_11.legacyPackages.${self.system}.gitlab-shell;
gitlab-workhorse = nixpkgs-22_11.legacyPackages.${self.system}.gitlab-workhorse;
})
nur.overlay
www-chvp-be.overlay