From d0c70ad88b11f412c9d8c6735b74cce1b1ff015b Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sat, 20 Aug 2022 14:12:11 +0200 Subject: cleanup --- flake.nix | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a94eb7d..7706891 100644 --- a/flake.nix +++ b/flake.nix @@ -18,15 +18,26 @@ { devShell = pkgs.mkShell { buildInputs = with pkgs; [ - (fenix.packages.${system}.complete.withComponents [ - "cargo" - "clippy" - "rust-src" - "rustc" - "rustfmt" + # (fenix.packages.${system}.complete.withComponents [ + # "cargo" + # "clippy" + # "rust-src" + # "rustc" + # "rustfmt" + # ]) + (with fenix.packages.${system}; combine [ + minimal.rustc + minimal.cargo + + targets.x86_64-unknown-linux-musl.latest.rust-std ]) rust-analyzer-nightly cargo-edit + + hyperfine + + texlive.combined.scheme-full + texlab ]; }; } -- cgit 1.4.1