diff options
| author | Fuwn <[email protected]> | 2024-09-14 02:13:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-14 02:13:31 -0700 |
| commit | e2b39e416ed8bddc5cce828f518735fd46bee1df (patch) | |
| tree | 18d35f2ae8403ddcbcf350a6586abed8ea9bffde | |
| parent | chore(nix): use lorri (diff) | |
| download | locus-e2b39e416ed8bddc5cce828f518735fd46bee1df.tar.xz locus-e2b39e416ed8bddc5cce828f518735fd46bee1df.zip | |
chore(nix): fix rust-src extension
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ pkg-config cargo-watch ]; + + # https://discourse.nixos.org/t/rust-src-not-found-and-other-misadventures-of-developing-rust-on-nixos/11570/5?u=fuwn + RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; }; } ); |