Link to templates in Nix package
This commit is contained in:
parent
aac937ad01
commit
e5a879e26d
1 changed files with 5 additions and 1 deletions
|
|
@ -29,6 +29,10 @@
|
|||
RUST_DOC_PATH = "${rust}/share/doc/rust/html/std/index.html";
|
||||
};
|
||||
|
||||
defaultPackage = naersk'.buildPackage ./.;
|
||||
defaultPackage = naersk'.buildPackage {
|
||||
src = ./.;
|
||||
|
||||
TEMPLATE_DIR = ./templates;
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue