mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
This change updates the instructions for building a NixOS ISO so that it's clear how to do it. Previously, the instructions stated to set NIXOS_CONFIG prior to running `nix-build`, yet the example provided by-passed NIXOS_CONFIG anyway. But the *really* important missing piece is the need for nixos/default.nix. See #21840. This change removes the NIXOS_CONFIG verbiage, and adds steps to clone nixpkgs and (most importantly) cd'ing into nixpkgs/nixos. That way, the reader may think: *Oh, so I need a default.nix and a configuration.nix. Ahhh, OK.* I purposely added the redundant default.nix argument. |
||
|---|---|---|
| .. | ||
| building-nixos.xml | ||
| building-parts.xml | ||
| development.xml | ||
| meta-attributes.xml | ||
| nixos-tests.xml | ||
| option-declarations.xml | ||
| option-def.xml | ||
| option-types.xml | ||
| releases.xml | ||
| replace-modules.xml | ||
| running-nixos-tests-interactively.xml | ||
| running-nixos-tests.xml | ||
| sources.xml | ||
| testing-installer.xml | ||
| writing-documentation.xml | ||
| writing-modules.xml | ||
| writing-nixos-tests.xml | ||