This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing) This repo will be removed once the PR to the nixpkgs github goes through
Find a file
Eelco Dolstra fff7011066 Purifying the NixOS build stuff.
* make-initrd.nix: builds a initial RAM disk.  The resulting initrd
  will contain just a Nix store containing the specified lists of
  packages, with a symlink `/init' to the actual init program in the
  Nix store.

* make-iso9660-image.nix: builds a bootable ISO image.

* rescue-system.nix: builds a bootable ISO image (using the two
  function above) that boots into a very minimal Linux environment
  containing (at the moment) the dietlibc-based bash and coreutils,
  loaded from the initrd.  Eventually this should become a two-stage
  boot (load kernel modules from the initrd, mount the actual root
  file system (e.g., the installation CD), call the real init).

  The rescue system (probably a misnomer) should become the minimal
  environment necessary for the installer (on CD) and the boot process
  of an installed NixOS (on HD).

svn path=/nixu/trunk/; revision=6926
2006-11-02 17:56:50 +00:00
boot re-enable the default debugging login shell 2006-08-04 23:39:59 +00:00
doc * show installation instructions at install time 2006-08-27 22:31:35 +00:00
init remove all reference to the "hotplug" package, since it is obsolete. 2006-04-25 23:52:31 +00:00
pure * Sketch for purely functional NixOS configuration. 2006-10-11 11:11:41 +00:00
test Purifying the NixOS build stuff. 2006-11-02 17:56:50 +00:00
fill-disk.sh * Some fixes. 2006-11-01 12:07:22 +00:00
init.sh refactor install process: 2006-08-27 14:14:59 +00:00
install.sh refactor install process: 2006-08-27 14:14:59 +00:00
isolinux.cfg - set timeout for isolinux to 1 minute 2005-08-03 18:14:47 +00:00
login.sh pass nano. Not that it actually works, because it also needs ncurses for terminal information... 2006-08-30 00:15:02 +00:00
make-disk.sh * Some fixes. 2006-11-01 12:07:22 +00:00
pkgs.nix * Turns out that nested backticks (like $(... $(...))) are evil, since 2006-10-31 20:28:35 +00:00
ramdisk-login.sh rewrite to use busybox 2006-08-06 23:59:31 +00:00
run.sh change to new packages, with new nix, new bash, new everything! It's shiny and new! 2004-11-09 10:28:21 +00:00
storepaths_format fix error in format 2005-08-25 17:53:43 +00:00