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
nix-init is just awesome. Thank you!