Final packages for CI

This commit is contained in:
Greg Hellings
2024-01-17 12:37:25 -06:00
parent 8f05ed4c64
commit 8cb395b529
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -7,11 +7,13 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
packer
(python3.withPackages (p: with p; [ pip virtualenv ])) (python3.withPackages (p: with p; [ pip virtualenv ]))
tmux tmux
tree tree
vim vim
xonsh xonsh
xorriso
]; ];
greg.tailscale.enable = true; greg.tailscale.enable = true;
+1
View File
@@ -220,5 +220,6 @@ in {
docker.enable = true; docker.enable = true;
oci-containers.backend = "docker"; oci-containers.backend = "docker";
virtualbox.host.enable = true; virtualbox.host.enable = true;
vmware.host.enable = true;
}; };
} }