Skip to content

Commit

Permalink
fix nix flake postInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 19, 2024
1 parent 5ad4a52 commit 72763cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
- **Notmuch** backend (requires `notmuch` feature)
- **Backup** and **restore** emails using the Maildir backend

*Coming soon:*

- *POP, JMAP and mbox support*
- *Editing configuration via wizard*
- *Native backup and restore support*

*Neverest CLI is written in [Rust](https://www.rust-lang.org/), and relies on [cargo features](https://doc.rust-lang.org/cargo/reference/features.html) to enable or disable functionalities. Default features can be found in the `features` section of the [`Cargo.toml`](https://github.com/pimalaya/neverest/blob/master/Cargo.toml#L18).*

## Installation
Expand Down
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@
postInstall = ''
export WINEPREFIX="$(mktemp -d)"
mkdir -p $out/bin/share/{applications,completions,man,services}
cp assets/neverest.desktop $out/bin/share/applications/
cp assets/neverest-watch@.service $out/bin/share/services/
mkdir -p $out/bin/share/{completions,man}
cd $out/bin
${runner} man ./share/man
Expand Down

0 comments on commit 72763cc

Please sign in to comment.