This commit is contained in:
Lobo 2026-01-20 13:34:19 -03:00
parent 1185690ce6
commit b9a5bc5e63
9 changed files with 203 additions and 30 deletions

View file

@ -1,8 +1,18 @@
{ pkgs ? import <nixpkgs> {} }:
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [
clang-tools bear gdb tinycc
meson ninja rlwrap hyperfine
clang-tools
bear
gdb
tinycc
meson
ninja
rlwrap
hyperfine
muon
samurai
];
}