mirror of
https://github.com/nix-community/home-manager
synced 2024-11-19 01:29:46 +01:00
script-directory: fix documentation link (#4258)
This commit is contained in:
parent
0cb3ac57fc
commit
1443abd269
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in {
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
description =
|
description =
|
||||||
"script-directory config, for options take a look at the [documentation](github.com/ianthehenry/sd#options)";
|
"script-directory config, for options take a look at the [documentation](https://github.com/ianthehenry/sd#options)";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue