This commit is contained in:
Christoph
2021-10-12 18:29:55 +02:00
parent edbcaa0a6e
commit c6686bf6ba
3 changed files with 2 additions and 19 deletions

1
.envrc
View File

@ -1 +0,0 @@
eval "$(lorri direnv)"

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
/compile_commands.json
/.idea/
/cmake-build-debug/
/.cache/
/out/

View File

@ -1,18 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
nativeBuildInputs = [
gcc
gnumake
cmake
cmake-format
clang-tools
# ccls
jetbrains.clion
];
buildInputs = [
sfml
];
}