From 9c358913f9663d9c840d09f3c60ca2b4a392d28f Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Mon, 19 Aug 2024 22:50:02 +1000 Subject: [PATCH] shell.nix: delete unused variable Signed-off-by: Ivan Velickovic --- shell.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/shell.nix b/shell.nix index 2e0514ec..07812593 100644 --- a/shell.nix +++ b/shell.nix @@ -7,9 +7,6 @@ let pkgs = import { overlays = [ rust_overlay ]; }; rust = pkgs.rust-bin.fromRustupToolchainFile ./examples/rust/rust-toolchain.toml; llvm = pkgs.llvmPackages_16; - linux_aarch64_cross = import { - crossSystem = { config = "aarch64-unknown-linux-gnu"; }; - }; in pkgs.mkShell { buildInputs = with pkgs.buildPackages; [