mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Fix incorrect comment
This commit is contained in:
parent
5a0c8ff040
commit
30180e8a24
|
@ -1,12 +1,11 @@
|
||||||
#! @shell@
|
#! @shell@
|
||||||
|
|
||||||
# - [mount target device] <- currently disabled
|
|
||||||
# - make Nix store etc.
|
# - make Nix store etc.
|
||||||
# - copy closure of Nix to target device
|
# - copy closure of Nix to target device
|
||||||
# - register validity
|
# - register validity
|
||||||
# - with a chroot to the target device:
|
# - with a chroot to the target device:
|
||||||
# * nix-env -p /nix/var/nix/profiles/system -i <nix-expr for the configuration>
|
# * nix-env -p /nix/var/nix/profiles/system -i <nix-expr for the configuration>
|
||||||
# * run the activation script of the configuration (also installs Grub)
|
# * install the boot loader
|
||||||
|
|
||||||
# Parse the command line for the -I flag
|
# Parse the command line for the -I flag
|
||||||
extraBuildFlags=()
|
extraBuildFlags=()
|
||||||
|
|
Loading…
Reference in a new issue