Skip to content

Releases: Mic92/nix-build-uncached

v1.1.2

22 Apr 15:41
17a1dbb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

no build args passed to `nix build`

21 Jan 06:35
77fe5c8
Compare
Choose a tag to compare

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: v1.1.0...v1.1.1

Manual experimental flags

06 Nov 06:57
v1.1.0
2ea0a60
Compare
Choose a tag to compare

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.

Bugfix

25 Oct 20:04
37221b0
Compare
Choose a tag to compare

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

Bugfixes

28 Sep 07:28
b9f6fc2
Compare
Choose a tag to compare
  • fix setrlimit on macOS
  • fix parsing nix-build output with newer nix versions

Closer to nix-build

21 Jul 21:07
v1.0.0
3341144
Compare
Choose a tag to compare

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.

Closer to nix-build

19 Jul 08:10
v1.0.0rc1
8b25472
Compare
Choose a tag to compare
Closer to nix-build Pre-release
Pre-release

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.

add MIT license

04 May 06:45
v0.1.1
9111662
Compare
Choose a tag to compare

MIT it is

MVP

26 Apr 21:49
v0.1.0
048fe46
Compare
Choose a tag to compare
MVP
  • 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