Skip to content

Commit

Permalink
shell.nix: delete unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 19, 2024
1 parent 34fd9c2 commit 9c35891
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ let
pkgs = import <nixpkgs> { overlays = [ rust_overlay ]; };
rust = pkgs.rust-bin.fromRustupToolchainFile ./examples/rust/rust-toolchain.toml;
llvm = pkgs.llvmPackages_16;
linux_aarch64_cross = import <nixpkgs> {
crossSystem = { config = "aarch64-unknown-linux-gnu"; };
};
in
pkgs.mkShell {
buildInputs = with pkgs.buildPackages; [
Expand Down

0 comments on commit 9c35891

Please sign in to comment.