Compare commits

...

2 commits

View file

@ -1,13 +1,11 @@
with import <nixpkgs> {}; let
pkgs = import <nixpkgs> {};
mkShell { lib = pkgs.lib;
NIX_LD_LIBRARY_PATH = lib.makeLibraryPath [ in
stdenv.cc.cc pkgs.mkShell {
]; nativeBuildInputs = with pkgs; [
NIX_LD = lib.fileContents "${stdenv.cc}/nix-support/dynamic-linker";
buildInputs = [
cargo cargo
rustc rustc
rust-analyzer
]; ];
} }