mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 12:16:32 +03:00
cpp tools in wsl
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
../software/beets
|
||||
../software/whisper.nix
|
||||
./containers
|
||||
./tools
|
||||
#../server/open-webui.nix
|
||||
#../services/tts.nix
|
||||
];
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
gcc
|
||||
gdb
|
||||
cmake
|
||||
gnumake
|
||||
|
||||
nlohmann_json
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user