aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorYusuf Bera Ertan2021-06-13 05:03:42 +0000
committerBlaž Hrastnik2021-06-13 05:46:51 +0000
commita3f01503e28ee3bcbfd14e9753a1c135bbba49e7 (patch)
treed2002b3343b337cf203ba19f69fe53a8ad38f3ba /helix-term
parent9640ed1425f2db904fb42cd0c54dc6fbc05ca292 (diff)
build(nix): use nix-cargo-integration, make shell.nix use flake devshell
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 75edd723..13fa23bf 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -6,7 +6,9 @@ authors = ["Blaž Hrastnik <blaz@mxxn.io>"]
edition = "2018"
license = "MPL-2.0"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[package.metadata.nix]
+build = true
+app = true
[features]
embed_runtime = ["helix-core/embed_runtime"]