nix-build-uncached

A CI friendly wrapper around nix-build.

MIT License

Stars
81
Committers
7

Bot releases are visible (Hide)

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 - no build args passed to `nix build`

Published by github-actions[bot] almost 3 years ago

What's Changed

  • fix buildArgs: In the documentation we claim this is only passed to nix build.
    This was not the case so.

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

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
nix-build-uncached - Closer to nix-build

Published by github-actions[bot] over 4 years ago

This is a complete rewrite since the first release. Instead using
nix-env as a middle-man it now uses nix-build bringing it closer to the
original tool. It is no longer restricted to attribute sets of
derivation but can now also build single derivations as well as lists.

nix-build-uncached - Closer to nix-build

Published by github-actions[bot] over 4 years ago

This is a complete rewrite since the first release.
Instead using nix-env as a middle-man it now uses
nix-build bringing it closer to the original tool.

nix-build-uncached - add MIT license

Published by github-actions[bot] over 4 years ago

MIT it is

nix-build-uncached - MVP

Published by github-actions[bot] over 4 years ago

  • only build packages not available in any cache
  • support passing args to nix-eval/nix-build using -args flag
  • supports passing build args using -build-args flag