aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorYusuf Bera Ertan2023-02-25 03:27:13 +0000
committerYusuf Bera Ertan2023-02-25 03:27:13 +0000
commite5af0f1d49547295be796a600c0841135f331618 (patch)
tree3ee52d971b9efd778c82aba366c1f4ef9d779367 /helix-term/Cargo.toml
parent621ab0e57f051790a663dd4a32c841bb96bdd527 (diff)
build(nix): update flake to use flake-parts and nci flake-parts module
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml4
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"]