diff options
author | Yusuf Bera Ertan | 2021-06-13 05:03:42 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-13 05:46:51 +0000 |
commit | a3f01503e28ee3bcbfd14e9753a1c135bbba49e7 (patch) | |
tree | d2002b3343b337cf203ba19f69fe53a8ad38f3ba /helix-term | |
parent | 9640ed1425f2db904fb42cd0c54dc6fbc05ca292 (diff) |
build(nix): use nix-cargo-integration, make shell.nix use flake devshell
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 4 |
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"] |