figsoda

joined 4 years ago
 

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 and rustc instead of rustPlatform.rust.cargo and rustPlatform.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

 

Haumea is a filesystem-based module system for Nix that allows you to import Nix files without any boilerplate. Haumea v0.2.2 was just released with a new book and support for matchers, which allows you to load non-Nix files.

Diff: https://github.com/nix-community/haumea/compare/v0.2.1...v0.2.2

Changelog: https://nix-community.github.io/haumea/notes/changelog.html

Repository: https://github.com/nix-community/haumea

 

Haumea is a filesystem-based module system for Nix that allows you to import Nix files without any boilerplate. Haumea v0.2.2 was just released with a new book and support for matchers, which allows you to load non-Nix files.

Diff: https://github.com/nix-community/haumea/compare/v0.2.1...v0.2.2

Changelog: https://nix-community.github.io/haumea/notes/changelog.html

Repository: https://github.com/nix-community/haumea

 

GitHub Repository: https://github.com/nix-community/nix-init

Features

  • Rust: support importCargoLock
  • Rust: improve dependency inference, it now sets environment variables and is feature-aware
  • Prompt for output path when it is unspecified
  • Go: infer ldflags from GoReleaser configuration
  • Python: recognize maturinBuildHook
  • Improve builder completions and validator
  • Improve description normalization
  • Improve version inference

Changes

  • Python: update buildPythonPackage's style to be more conventional
  • Disallow empty urls
  • Normalize pname

Fixes

  • PyPI: support optional dependencies (#34)
  • PyPI: support zip sdists (#33)
  • PyPI: don't strip digits from package names (#35)
  • PyPI: handle normalized sdist file names (#32)
  • PyPI: accept packages without licenses (#32)
  • PyPI: filter out non-sdist versions
  • Go: detect empty vendor from go.sum instead of FOD hash
view more: next ›