From 1c2d88434021f25c43c2503cfce72ef5336c288e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 3 Sep 2022 18:52:40 -0400 Subject: Yew skeleton project --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2d0d812..fa5fd85 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ pkgs.llvmPackages_latest.libclang.lib ]; HISTFILE = toString ./.history; shellHook = '' - export PATH=$PATH:~/cargo/bin + export PATH=$PATH:~/.cargo/bin export PATH=$PATH:~/.rustup/toolchains/$RUSTC_VERSION-x86_64-unknown-linux-gnu/bin/ ''; # Add libvmi precompiled library to rustc search path -- cgit v1.2.3