diff options
author | Yusuf Bera Ertan | 2023-02-25 03:27:13 +0000 |
---|---|---|
committer | Yusuf Bera Ertan | 2023-02-25 03:27:13 +0000 |
commit | e5af0f1d49547295be796a600c0841135f331618 (patch) | |
tree | 3ee52d971b9efd778c82aba366c1f4ef9d779367 /helix-term | |
parent | 621ab0e57f051790a663dd4a32c841bb96bdd527 (diff) |
build(nix): update flake to use flake-parts and nci flake-parts module
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index 603f37d3..2d4ba436 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -12,10 +12,6 @@ include = ["src/**/*", "README.md"] default-run = "hx" rust-version = "1.57" -[package.metadata.nix] -build = true -app = true - [features] default = ["git"] unicode-lines = ["helix-core/unicode-lines"] |