break out

This commit is contained in:
2026-04-13 15:57:32 +02:00
parent f80abd24e6
commit aea03142e7
14 changed files with 154 additions and 94 deletions
+13
View File
@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
binutils
clang
cmake
gcc
gdb
gnumake
ninja
pkg-config
];
}