Convert the dependencies in `build.zig.zon` to a Nix expression - GitHub - figsoda/zon2nix: Convert the dependencies in `build.zig.zon` to a Nix expression
GitHub Repository: https://github.com/nix-community/nix-init
Diff: https://github.com/nix-community/nix-init/compare/v0.2.3...v0.2.4
Here is the full changelog for v0.2.4:
Features
- Go: support dependency inference
- Rust: improve dependency inference for the following crates: alsa-sys, curl-sys, gtk-sys, gtk4-sys, librocksdb-sys, llvm-sys
- Go: improve ldflags formatting
- Add nix and nurl to runtime with environment variables instead of relying on a wrapper
Changes
- Drop support for nixpkgs 22.11
Fixes
- Rust: use
cargo
andrustc
instead ofrustPlatform.rust.cargo
andrustPlatform.rust.rustc
- Python: fix
pythonImportsCheck
- Python(pyproject): default build-system.requires to setuptools
- Fix interaction with
showAliases = false
on nixpkgs 23.11 (#153)
https://github.com/nix-community/nix-init/compare/v0.2.3...v0.2.4
A library usually consists of two parts: the implementation, which implements the public interface people are able to use, and development, which can be anything from testing to deployment. It is very common for the development part to have its own dependencies in addition to what the implementation...
UTF-8 support for Nix. Contribute to figsoda/utf8 development by creating an account on GitHub.
A ranger-like flake.lock viewer [maintainer=@figsoda] - GitHub - nix-community/nix-melt: A ranger-like flake.lock viewer [maintainer=@figsoda]
Snapshot testing for Nix based on haumea [maintainer=@figsoda] - GitHub - nix-community/namaka: Snapshot testing for Nix based on haumea [maintainer=@figsoda]