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; [
git
packer
(python3.withPackages (p: with p; [ pip virtualenv ]))
tmux
tree
vim
xonsh
xorriso
];
greg.tailscale.enable = true;
+1
View File
@@ -220,5 +220,6 @@ in {
docker.enable = true;
oci-containers.backend = "docker";
virtualbox.host.enable = true;
vmware.host.enable = true;
};
}