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 f2780fdc62 * Add a top-level default.nix for NixOS which has attributes useful
for building parts of the system.  E.g.

  $ nix-build /etc/nixos/nixos -A upstartJobs.xserver

  to build the Upstart job for the X server, or

  $ nix-build /etc/nixos/nixos -A kernel

  to build the NixOS kernel.

* /etc/profile.sh: if ~/.nix-defexpr doesn't exist yet, create it as a
  directory and add links to root's channels, /etc/nixos/nixos and
  /etc/nixos/install-source.nix (as "nixpkgs_sys").
  
* boot.useKernel -> boot.kernel.

svn path=/nixos/trunk/; revision=9334
2007-09-18 15:06:24 +00:00
boot Remove unneeded copy of lvm in initrd. 2007-09-01 18:05:46 +00:00
configuration svn path=/nixos/trunk/; revision=9275 2007-09-06 21:10:15 +00:00
doc/manual * Add OpenSSH and pciutils to the boot environment. 2007-02-19 22:33:44 +00:00
etc * Add a top-level default.nix for NixOS which has attributes useful 2007-09-18 15:06:24 +00:00
helpers * make-etc / activate-configuration: allow /etc files to be installed 2007-08-16 15:09:06 +00:00
installer * Add a top-level default.nix for NixOS which has attributes useful 2007-09-18 15:06:24 +00:00
system * Add a top-level default.nix for NixOS which has attributes useful 2007-09-18 15:06:24 +00:00
upstart-jobs * Add a top-level default.nix for NixOS which has attributes useful 2007-09-18 15:06:24 +00:00
default.nix * Add a top-level default.nix for NixOS which has attributes useful 2007-09-18 15:06:24 +00:00
README * Readme is obsolete now. 2007-02-06 21:38:59 +00:00
STABLE * Version number, stable marker. 2006-11-04 11:27:08 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nix.cs.uu.nl/nixos and in the manual in doc/manual.