From 15ce46fae179d914365491423b074a9f4d4f1acf Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 7 May 2023 19:42:10 -0500 Subject: [PATCH] I am dumb, just needed git as system package.. --- flake.nix | 2 +- system/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f3ff79f..09a7f1d 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; }; - outputs = { nixpkgs, home-manager, ... }: + outputs = { self, nixpkgs, home-manager, ... }: let system = "x86_64-linux"; diff --git a/system/configuration.nix b/system/configuration.nix index 0ecb9a3..4de2755 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -131,6 +131,7 @@ wget zsh auto-cpufreq + git (pkgs.writeScriptBin "sudo" ''exec doas "$@"'') ];