mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 17:42:45 +00:00
the latest patches to Nix itself, which were committed the last few days. Biggest changes: make-disk.sh: * use nix-push to generate NAR files and a manifest * use only copy a "few" packages (but probably still too many than we want) to the Nix store on the CD fill-disk.sh: * use nix-pull to register a manifest with a lot of packages. Only copy and register as valid the few packages that are in the Nix store on the installer CD, install the rest via nix-env and other tools (this needs to be reviewed thoroughly for optimizations). All in all the install process is a lot cleaner now, the login script is broken however (but should be relatively easy to fix with some Nix wizardry). NIX_ROOT is still broken, but we can work around most issues with relative ease now. svn path=/nixu/trunk/; revision=6025 |
||
---|---|---|
boot | ||
doc | ||
init | ||
fill-disk.sh | ||
init.sh | ||
isolinux.cfg | ||
make-disk.sh | ||
pkgs.nix | ||
ramdisk-login.sh | ||
run.sh | ||
storepaths_format |