From 95ee289c9fe8f55ae722d003ab2d65ee4709a33f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 10 Jan 2007 12:29:10 +0000 Subject: [PATCH] * Some hacking info. svn path=/nixos/trunk/; revision=7607 --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 8a5ad4105c0..1a0e9df24c4 100644 --- a/README +++ b/README @@ -116,3 +116,15 @@ To switch to maintenance mode: To get out of maintenance mode: $ initctl emit startup + + + +*** Development *** + +- Building specific parts of NixOS: + + $ nix-build system/system.nix \ + --arg configuration "import /etc/nixos/configuration.nix" \ + -A ATTR + + where ATTR is an attribute in system/system.nix (e.g., bootStage1).