mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Force a rebuild.
Sigh. Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
5da2c77fbd
commit
741cc62f75
|
@ -238,7 +238,7 @@ in {
|
|||
"mkfs.ext3 -L nixos /dev/vda3",
|
||||
"mount LABEL=nixos /mnt",
|
||||
"mkfs.ext3 -L boot /dev/vda1",
|
||||
"mkdir /mnt/boot",
|
||||
"mkdir -p /mnt/boot",
|
||||
"mount LABEL=boot /mnt/boot",
|
||||
);
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue