Commit 66f9d60d authored by Yaya's avatar Yaya Committed by Yureka
Browse files

nixosTests.gitlab: add git package

parent feeb53a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;