Skip to content

Commit

Permalink
Added more developer tools to flake (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Mar 7, 2024
1 parent 0df4f8c commit e007404
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
# Nix makes the following list of dependencies available to the development
# environment.
buildInputs = (with p.native; [
# Needed for cargo zigbuild
zig
cargo-zigbuild

# Used by various rust build scripts to find system libs
# Note that this is the unwrapped version of pkg-config. By default,
# nix wraps pkg-config with a script that replaces the PKG_CONFIG_PATH
# with the proper settings for cross compilation. We already set these
# env variables ourselves and don't want nix overwriting them, so we
# use the unwrapped version.
pkg-config-unwrapped

# Developer tools
cargo-deny
cargo-expand
cargo-binutils
protobuf
nixpkgs-fmt
pre-commit
Expand Down

0 comments on commit e007404

Please sign in to comment.