mirror of
https://github.com/SebastianStork/advent-of-code.git
synced 2026-01-21 13:21:34 +01:00
Move c++ solutions into separate directory
This commit is contained in:
parent
3c40f13cfc
commit
4adbe68617
28 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
pkgs = nixpkgs.legacyPackages.${system};
|
pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells.${system}.qtcreator =
|
devShells.${system}.cpp =
|
||||||
pkgs.mkShell.override
|
pkgs.mkShell.override
|
||||||
{
|
{
|
||||||
stdenv = pkgs.clangStdenv;
|
stdenv = pkgs.clangStdenv;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue