mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
cpp tools in wsl
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
../software/beets
|
../software/beets
|
||||||
../software/whisper.nix
|
../software/whisper.nix
|
||||||
./containers
|
./containers
|
||||||
|
./tools
|
||||||
#../server/open-webui.nix
|
#../server/open-webui.nix
|
||||||
#../services/tts.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