Move c++ solutions into separate directory

This commit is contained in:
SebastianStork 2025-01-06 17:12:41 +01:00
parent 3c40f13cfc
commit 4adbe68617
28 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in
{
devShells.${system}.qtcreator =
devShells.${system}.cpp =
pkgs.mkShell.override
{
stdenv = pkgs.clangStdenv;