From 8a249741a68e4a5e2e736ea4b9a4cce0a0d419c1 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 24 Sep 2023 20:34:38 +0200 Subject: [PATCH] pinwheel: Move `make` to be system wide --- hosts/pinwheel/configuration.nix | 1 + hosts/pinwheel/home.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 560b78a..cb96204 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -98,6 +98,7 @@ environment.systemPackages = with pkgs; [ inputs.agenix.packages."${system}".default coreutils + gnumake bash ]; diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 20d2c5a..145e99a 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -11,7 +11,6 @@ home.homeDirectory = "/home/alex"; home.packages = with pkgs; [ - gnumake tig onlyoffice-bin qmk