mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
* Some hacking info.
svn path=/nixos/trunk/; revision=7607
This commit is contained in:
parent
fd4c1a2c43
commit
95ee289c9f
1 changed files with 12 additions and 0 deletions
12
README
12
README
|
@ -116,3 +116,15 @@ To switch to maintenance mode:
|
||||||
To get out of maintenance mode:
|
To get out of maintenance mode:
|
||||||
|
|
||||||
$ initctl emit startup
|
$ 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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue