mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
templates: Upadet rust template for documentation path
This commit is contained in:
parent
139b15a6bf
commit
644a5ec03c
1 changed files with 1 additions and 3 deletions
|
|
@ -26,9 +26,7 @@
|
|||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = [rust];
|
||||
RUST_PATH = "${rust}";
|
||||
shellHook = ''
|
||||
alias rstddoc="firefox ${rust}/share/doc/rust/html/std/index.html"
|
||||
'';
|
||||
RUST_DOC_PATH = "${rust}/share/doc/rust/html/std/index.html";
|
||||
};
|
||||
|
||||
defaultPackage = naersk'.buildPackage ./.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue