code-server: add git to packages

This commit is contained in:
Jill 2023-01-19 01:45:04 +01:00
parent bcb193411e
commit 5fa908463e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ in {
# temporary; be sure to remove trailing newline
hashedPassword = builtins.readFile /etc/code-server-password;
extraPackages = with pkgs; [ git ];
extraPackages = with pkgs; [ git nix ];
};
nginx.virtualHosts."${cfg.domain}" = {