Skip to content

Commit

Permalink
nixosTests.gitlab: add git package
Browse files Browse the repository at this point in the history
(cherry picked from commit 66f9d60)
  • Loading branch information
yayayayaka committed Jul 25, 2024
1 parent 7f19bbe commit 290dd59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ in {
gitlab = { ... }: {
imports = [ common/user-account.nix ];

environment.systemPackages = with pkgs; [ git ];

virtualisation.memorySize = 6144;
virtualisation.cores = 4;
virtualisation.useNixStoreImage = true;
Expand Down

0 comments on commit 290dd59

Please sign in to comment.