nix-build-uncached

A CI friendly wrapper around nix-build.

MIT License

Stars
81
Committers
7

Bot releases are hidden (Show)

nix-build-uncached - v1.1.2 Latest Release

Published by Mic92 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Mic92/nix-build-uncached/compare/v1.1.1...v1.1.2

nix-build-uncached - Manual experimental flags

Published by Mic92 almost 4 years ago

Fixes:

Fix parsing of nix output when single paths are fetched.

Breaking changes:

For nix versions bigger than 2.3.x you need to manually enable at least
experimental-features = nix-command in your /etc/nix/nix.conf or
$HOME/.config/nix/nix.conf or pass -build-flags "--experimental-features nix-command"
to nix-build-uncached.

nix-build-uncached - Bugfix

Published by Mic92 about 4 years ago

fix parsing nix-build output when only a single package needs to be built

nix-build-uncached - Bugfixes

Published by Mic92 about 4 years ago

  • fix setrlimit on macOS
  • fix parsing nix-build output with newer nix versions