mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixosTests.gitlab: add git package
This commit is contained in:
parent
feeb53a430
commit
66f9d60dd7
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ in {
|
||||||
gitlab = { ... }: {
|
gitlab = { ... }: {
|
||||||
imports = [ common/user-account.nix ];
|
imports = [ common/user-account.nix ];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [ git ];
|
||||||
|
|
||||||
virtualisation.memorySize = 6144;
|
virtualisation.memorySize = 6144;
|
||||||
virtualisation.cores = 4;
|
virtualisation.cores = 4;
|
||||||
virtualisation.useNixStoreImage = true;
|
virtualisation.useNixStoreImage = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue