mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
cpp tools in wsl
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
gdb
|
||||
cmake
|
||||
gnumake
|
||||
|
||||
nlohmann_json
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user