0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

/dev/sda1 -> "/dev/sda1"

Otherwise Nix might try to copy /dev/sda1 under certain circumstances
:-)
This commit is contained in:
Eelco Dolstra 2014-08-26 19:30:45 +02:00
parent bd811d32b4
commit f6b4214567

View file

@ -348,7 +348,7 @@ in
options = {
device = mkOption {
default = /dev/sda1;
default = "/dev/sda1";
type = types.path;
description = ''
An unencrypted device that will temporarily be mounted in stage-1.