1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-07 22:16:08 +02:00

Add C/C++ development flake with some sane defaults.

This commit is contained in:
Joel Benway 2024-03-22 14:27:36 -05:00
parent 17e4a2c6fa
commit cf5b99113e
No known key found for this signature in database
GPG Key ID: CAE91D8673D38409

View File

@ -24,19 +24,11 @@
conan
cppcheck
doxygen
<<<<<<< HEAD
=======
gdb
>>>>>>> 66cbf13 (Add C/C++ development flake with some sane defaults.)
gtest
lcov
vcpkg
vcpkg-tool
<<<<<<< HEAD
] ++ (if system == "aarch64-darwin" then [ ] else [ gdb ]);
=======
];
>>>>>>> 66cbf13 (Add C/C++ development flake with some sane defaults.)
};
});
};