Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,12 @@ pass.withExtensions (exts: [ exts.pass-otp ])
```

The above can be installed imperatively via `nix-env` or ran in a temprorary
environment via `nix-shell`.
environment via `nix-shell`, or added to configuration.nix like this:
```nix
environment.systemPackages = with pkgs; [
(pass.withExtensions (exts: [ exts.pass-otp ]))
];
```

### macOS
#### Brew
Expand Down