tvl-depot/web/atward/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
147 B
Nix
Raw Normal View History

{ depot, ... }:
depot.third_party.naersk.buildPackage {
src = ./.;
override = x: {
ATWARD_INDEX_HTML = depot.web.atward.indexHtml;
};
}