From d060907cb99f06f2d584569381d1723e22a7146c Mon Sep 17 00:00:00 2001 From: Lulusilly Date: Sat, 6 Dec 2025 00:21:11 -0400 Subject: [PATCH] Forgot to add git as system package for rebuild with doas to work --- .config/nix/flake.nix | 2 +- .config/nix/hosts/common.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/nix/flake.nix b/.config/nix/flake.nix index 3a77ebc..fef0819 100755 --- a/.config/nix/flake.nix +++ b/.config/nix/flake.nix @@ -16,7 +16,7 @@ ./hosts/common.nix ./hosts/mecca/configuration.nix ]; - }; + }; syntheticnexus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = {inherit inputs;}; diff --git a/.config/nix/hosts/common.nix b/.config/nix/hosts/common.nix index c89e786..69d616e 100644 --- a/.config/nix/hosts/common.nix +++ b/.config/nix/hosts/common.nix @@ -52,6 +52,9 @@ layout = "us"; variant = ""; }; + enviroment.systemPackages = with pkgs; [ + git + ]; # Zsh programs.zsh.enable = true; # Browser