Skip to content

Releases: shlevy/nix-exec

4.1.6

31 Jan 17:00
Compare
Choose a tag to compare
  • Add prerelease info to lib
  • Update for nix-0.12

4.1.5

22 Mar 22:17
Compare
Choose a tag to compare
  • Update for new nix
  • autoconf fix

4.1.3

20 Nov 14:11
Compare
Choose a tag to compare

reexec: Restore argv[0] before throwing after exec

4.1.2

14 Aug 19:52
Compare
Choose a tag to compare

Bug fix for fetchgit

4.1.1

14 Aug 13:47
Compare
Choose a tag to compare

Update for new nix

4.1.0

29 May 15:03
Compare
Choose a tag to compare
  • Add reexec builtin

4.0.0

04 Dec 03:20
Compare
Choose a tag to compare

Rewrite using the new ExternalValue machinery added in NixOS/nix@320659b. Two interface changes:

  • To use nix-exec from within a normal nix evaluation, you now just need to import unsafe-lib.nix
  • dlopen now takes a list of arguments instead of being variadic

3.0.2

24 Nov 15:11
Compare
Choose a tag to compare

Minor bugfix finishing the work 3.0.1 started.

3.0.1

21 Nov 14:58
Compare
Choose a tag to compare

Minor bugfix where unsafe-perform-io would return a thunk and nix expects all functions to return already-forced values.

3.0.0

21 Nov 00:34
Compare
Choose a tag to compare

Make unsafe-perform-io a builtin.

Requires a major release as it changes the interface to lib.nix.