aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorYusuf Bera Ertan2023-04-01 22:58:10 +0000
committerYusuf Bera Ertan2023-04-01 22:58:10 +0000
commitc3c87741d95c893980e70719dfb5f620bb6fde3e (patch)
tree48f4a40542145b29a0c633a17b41ee05911682b3 /flake.nix
parent406c5c38a1bb0475579c7d4cd1fd7a90f09d543c (diff)
build(nix): update flake dependencies, remove deprecated code from flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 2ac76488..6dcaf6cc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -123,8 +123,6 @@
then ''$RUSTFLAGS -C link-arg=-fuse-ld=lld -C target-cpu=native -Clink-arg=-Wl,--no-rosegment''
else "$RUSTFLAGS";
in {
- # by default NCI adds rust-analyzer component, but helix toolchain doesn't have rust-analyzer
- nci.toolchains.shell.components = ["rust-src" "rustfmt" "clippy"];
nci.projects."helix-project".relPath = "";
nci.crates."helix-term" = {
overrides = {