From dfc940a81a3e315efd2d4372560c2803226beed3 Mon Sep 17 00:00:00 2001 From: alydev Date: Tue, 23 Sep 2025 22:04:40 +1000 Subject: [PATCH] build tools --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 7d454b6..1194787 100644 --- a/flake.nix +++ b/flake.nix @@ -29,13 +29,7 @@ boot.loader.efi.canTouchEfiVariables = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ - just - cargo - rustc - git - vim - wget - obs-studio + cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config ]; environment.variables.EDITOR = "vim"; security.sudo.wheelNeedsPassword = false;