Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir-Rashid committed Jul 16, 2024
1 parent 85ac30d commit f9ef280
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ build/*
.gdbinit
.gdb_history

.liquid/

## OS X
.DS_Store
.AppleDouble
Expand Down
6 changes: 6 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ in
# --- Toolchains ---
rustBuild
openocd
cargo
rustup
z3

# --- Convenience and support packages ---
python3Full
Expand Down Expand Up @@ -85,8 +88,11 @@ in

# The defaults "objcopy" and "objdump" are wrong (stem from the standard
# environment for x86), use "llvm-obj{copy,dump}" as defined in the makefile

# need to get `fixpoint` from the absolute path.
shellHook = ''
unset OBJCOPY
unset OBJDUMP
export PATH="/home/mod/.local/bin:$PATH"
'';
}

0 comments on commit f9ef280

Please sign in to comment.