*
This commit is contained in:
parent
1185690ce6
commit
b9a5bc5e63
9 changed files with 203 additions and 30 deletions
16
shell.nix
16
shell.nix
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue