about summary refs log tree commit diff
path: root/users/tazjin/finito/default.nix
blob: 9a39591eab1d8e8072a62fa38c37a066fc7caab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ 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;
}