Forgot to add git as system package for rebuild with doas to work

This commit is contained in:
lulusilly 2025-12-06 00:21:11 -04:00
parent f30609e1e4
commit d060907cb9
2 changed files with 4 additions and 1 deletions

View file

@ -16,7 +16,7 @@
./hosts/common.nix ./hosts/common.nix
./hosts/mecca/configuration.nix ./hosts/mecca/configuration.nix
]; ];
}; };
syntheticnexus = nixpkgs.lib.nixosSystem { syntheticnexus = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = {inherit inputs;}; specialArgs = {inherit inputs;};

View file

@ -52,6 +52,9 @@
layout = "us"; layout = "us";
variant = ""; variant = "";
}; };
enviroment.systemPackages = with pkgs; [
git
];
# Zsh # Zsh
programs.zsh.enable = true; programs.zsh.enable = true;
# Browser # Browser