break out
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
binutils
|
||||
clang
|
||||
cmake
|
||||
gcc
|
||||
gdb
|
||||
gnumake
|
||||
ninja
|
||||
pkg-config
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user