Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 3, 2024
1 parent 08076ea commit 9e90c07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,12 @@
pkgs.vaultix
];

# RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
# see https://discourse.nixos.org/t/rust-src-not-found-and-other-misadventures-of-developing-rust-on-nixos/11570/12
RUST_SRC_PATH = "${
pkgs.rust-bin.nightly.latest.default.override {
extensions = [ "rust-src" ];
}
}/lib/rustlib/src/rust/library";
buildInputs = with pkgs; [
just
nushell
Expand Down

0 comments on commit 9e90c07

Please sign in to comment.