flake: fix RUST_SRC_PATH with rust-overlay
This commit is contained in:
parent
ef34dbe2df
commit
be8202d9da
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
pkg-config
|
||||
];
|
||||
|
||||
RUST_SRC_PATH = pkgs.rust-bin.stable.latest.rust-std;
|
||||
RUST_SRC_PATH = "${pkgs.rust-bin.stable.latest.rust-src}/lib/rustlib/src/rust/library";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue