diff options
author | Lassulus <lassulus@lassul.us> | 2023-04-08 17:14:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-08 17:14:42 +0200 |
commit | 1c524b67279126b976165f0d4fc8e7a7f1678f7e (patch) | |
tree | 8fed36239b09226d694f2b5e73e6ee7b3a9b8df2 | |
parent | 59aa5d0e41cf4a6d4356673feb1adbd0fcf68936 (diff) | |
parent | 9c0d53cf441b564ed6b6515a54f764585b2b5eec (diff) |
Merge pull request #38 from fuu0/patch-1
Update README.md to fix broken link with infos to the `target` attribute
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ pkgs.krops.writeDeploy "deploy" { } ``` For more details about the `target` attribute, please check the `mkTarget` -function in [lib/default.nix](lib/defaults.nix). +function in [lib/default.nix](lib/default.nix). ### `backup` (optional, defaults to false) |