mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
remove trace
This commit is contained in:
parent
d64b6b0868
commit
94d1319001
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ rec {
|
||||||
internal = true;
|
internal = true;
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
type = types.functionTo diskoLib.jsonType;
|
type = types.functionTo diskoLib.jsonType;
|
||||||
default = args: let v = attrs.default args; in lib.traceSeqN 3 [(config.name or "unnamed") (v.fs or "")] v;
|
default = args: attrs.default args;
|
||||||
description = "Mount script";
|
description = "Mount script";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue