diff options
| -rw-r--r-- | posts/pwutil.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/posts/pwutil.md b/posts/pwutil.md index 85b174b..69a780d 100644 --- a/posts/pwutil.md +++ b/posts/pwutil.md | |||
| @@ -58,6 +58,15 @@ A `~/.nixpkgs/config.nix` allowing one to do so might look thus: | |||
| 58 | } | 58 | } |
| 59 | ~~~ | 59 | ~~~ |
| 60 | 60 | ||
| 61 | The derivation takes some arguments (write those in `{}` above): | ||
| 62 | |||
| 63 | `main ? null` | ||
| 64 | ~ Overwrite `pwutil.hs` with a file path | ||
| 65 | |||
| 66 | `with<Package> ? false` | ||
| 67 | ~ `<Package>` is one of Encfs, Pwgen, or Ssh a the current time. | ||
| 68 | If `true` wraps executables to have `$PATH` include `<Package>`. | ||
| 69 | |||
| 61 | ### `Types.hs` | 70 | ### `Types.hs` |
| 62 | 71 | ||
| 63 | `PWLocation` describes the location of a file containing a YAML object mapping human readable identifiers to account information. | 72 | `PWLocation` describes the location of a file containing a YAML object mapping human readable identifiers to account information. |
