mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
/dev/sda1 -> "/dev/sda1"
Otherwise Nix might try to copy /dev/sda1 under certain circumstances :-)
This commit is contained in:
parent
bd811d32b4
commit
f6b4214567
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ in
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
device = mkOption {
|
device = mkOption {
|
||||||
default = /dev/sda1;
|
default = "/dev/sda1";
|
||||||
type = types.path;
|
type = types.path;
|
||||||
description = ''
|
description = ''
|
||||||
An unencrypted device that will temporarily be mounted in stage-1.
|
An unencrypted device that will temporarily be mounted in stage-1.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue