Releases: DavHau/nix-portable
Releases · DavHau/nix-portable
nix-portable-012
- add bundling feature (see readme): nix bundle --bundler github:DavHau/nix-portable [...]
- fix automatic runtime selection (previously would crash on several distros)
- update proot to 5.4.0 (unbreaks nix-portable for ubuntu 24.04)
- bring back support for docker
- improve initialization performance by caching the automatic runtime selection
nix-portable-011
- add new runtime: nix --store (alternative to brwap and proot)
- prefer the new
nix
runtime by default - update nix to 2.20.6
- update nixpkgs to current unstable
nix-portable-010
- update nix to 2.18.0
- update nixpkgs to 23.05
- remove support for docker
nix-portable-009
Update nix, proot & support aarch64-linux
- update nix to 2.5.1
- update proot t 5.3.0
- support aarch64-linux
- remove variable
NP_MINIMAL
- new variable
NP_GIT
to specify path to git executable - always install the git from nixpkgs on first use, except when
NP_GIT
is defined.
nix-portable-008
Performance and compatibility improvements.
- User namespaces will now be utilized on more systems.
- Fixed some problems with SSL and git.
nix-portable-007
- Startup performance improvements
- Compatibility improvements
- Reliable sandbox fallback
- Bug Fixes
nix-portable-006
Disable use-sqlite-wal
by default
nix-portable-005
Patch nix to work on an NFS based nix store.
nix-portable-004
add variable NP_LOCATION
nix-portable-003
v003