From caa5bc0394bbcd15268d2b96bb7386d13a9abe09 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 31 Aug 2025 15:15:47 +1000 Subject: [PATCH] add binutils, clang-tools --- hosts/lolcathost/default.nix | 4 +++- hosts/myputer/default.nix | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index fb4a86f..5ba7704 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -232,11 +232,13 @@ in { # Systems Emulation qemu # Fellice Bellard's Quick Emulator - # Make + # GNU Utils gnumake + binutils # C Family gcc clang + clang-tools # Rust cargo rustc diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index f259889..404a1c8 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -217,18 +217,19 @@ in { # Shell bash - zsh fish shellcheck grc # colorise command outputs # Systems Emulation qemu # Fellice Bellard's Quick Emulator - # Make + # GNU Utils gnumake + binutils # C Family gcc clang + clang-tools # Rust cargo rustc