all repos — char/flake @ 0c08ffcbbb3e75a93769d5f3ae1ed00581ffc419

nixos flake

add some c compiling tools to system env

this means i can write rust and chill out
Charlotte Som charlotte@som.codes
Mon, 17 Mar 2025 00:55:15 +0000
commit

0c08ffcbbb3e75a93769d5f3ae1ed00581ffc419

parent

e5e6a88169f1bacaadad7ecd7c12d68efd1b26a1

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M profiles/common/base.nixprofiles/common/base.nix

@@ -53,6 +53,13 @@

environment.systemPackages = with pkgs; [ + gcc + binutils + pkg-config + glibc + gnumake + cmake + vim wget htop