1
0

🏗️」 wip: started ex00

This commit is contained in:
2025-06-01 21:25:47 +02:00
parent effc30e6a1
commit 003d8663d0
9 changed files with 2000 additions and 4 deletions

View File

@ -15,15 +15,17 @@
});
in {
devShells = forEachSupportedSystem ({ pkgs }: {
default = pkgs.mkShell.override
{}
default = pkgs.mkShell
{
nativeBuildInputs = with pkgs; [
llvmPackages_12.clang-tools
gcc11
clang_12
];
hardeningDisable = [ "all" ];
packages = with pkgs; [
git
gdb
gcc11
clang_12
valgrind
compiledb
norminette