robo9k / rust-magic-sys

Rust declarations crate for the `libmagic` C library
Apache License 2.0
10 stars 6 forks source link

Add config for Nix and VSCode #15

Closed robo9k closed 3 years ago

robo9k commented 3 years ago

This adds my usual configuration to use Nix packages in WSL2 in VSCode for development.

Note that Nix is in no way required to build the crate, one can still use rustup or system Rust packages and plain old cargo. CI could theoretically make use of Nix on Linux, but for simplicity does not.