tvl-depot/users/tazjin/finito/default.nix

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

10 lines
219 B
Nix
Raw Normal View History

{ depot, ... }:
depot.third_party.naersk.buildPackage {
src = ./.;
# Got broken by a rustc update (?)
# https://buildkite.com/tvl/depot/builds/17910#01841493-dc42-44f8-b904-32bf3d835485
meta.ci.skip = true;
}