Forgot to add git as system package for rebuild with doas to work
This commit is contained in:
parent
f30609e1e4
commit
d060907cb9
2 changed files with 4 additions and 1 deletions
|
|
@ -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;};
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue