Releases: Mic92/nix-build-uncached
v1.1.2
no build args passed to `nix build`
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
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
Bugfixes
Closer to nix-build
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
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
MIT it is
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