nix-build

Crates.ionix-build
lib.rsnix-build
version0.1.0
sourcesrc
created_at2024-08-21 18:19:44.628926
updated_at2024-08-21 18:19:44.628926
descriptionA build dependency for running `nix` to build a package
homepage
repository
max_upload_size
id1346770
size29,007
Karrq (Karrq)

documentation

https://docs.rs/nix-build

README

nix-build

A build dependency for running the nix package manager, inspired by cmake.

# Cargo.toml
[build-dependencies]
nix-build = "0.1"

The nix executable is assumed to be nix unless the NIX environment variable is set.

License

This project is licensed under either of

at your option.

Commit count: 0

cargo fmt