mirror of
https://github.com/Noratrieb/elven-forest.git
synced 2026-01-14 10:45:03 +01:00
tests
This commit is contained in:
parent
eb4d4b98f8
commit
5ef748c2c5
8 changed files with 265 additions and 196 deletions
17
shell.nix
Normal file
17
shell.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
rustup
|
||||
gcc
|
||||
clang_16
|
||||
nasm
|
||||
gnumake
|
||||
];
|
||||
shellHook = ''
|
||||
export PATH=$PATH:''${CARGO_HOME:-~/.cargo}/bin
|
||||
'';
|
||||
packages = (with pkgs; [
|
||||
binutils
|
||||
gef
|
||||
shellcheck
|
||||
]);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue