Use dot operator for attribute sets with 1 element
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
devices = [ "zion" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
params = { keep = "5"; };
|
||||
params.keep = "5";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
devices = [ "zion" ];
|
||||
versioning = {
|
||||
type = "simple";
|
||||
params = { keep = "5"; };
|
||||
params.keep = "5";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user