1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix incorrect comment

This commit is contained in:
Eelco Dolstra 2014-05-08 12:29:51 +02:00
parent 5a0c8ff040
commit 30180e8a24

View file

@ -1,12 +1,11 @@
#! @shell@
# - [mount target device] <- currently disabled
# - make Nix store etc.
# - copy closure of Nix to target device
# - register validity
# - with a chroot to the target device:
# * 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
extraBuildFlags=()