diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-09-03 18:52:40 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-09-03 19:14:16 -0400 |
commit | 1c2d88434021f25c43c2503cfce72ef5336c288e (patch) | |
tree | 98af21e2a4187d32bad5a3e75a972f6369256ecd /flake.nix | |
parent | 5abdd7c876e821fa6b7be0f8e7298b9a4c9e1d20 (diff) |
Yew skeleton project
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |