diff options
Diffstat (limited to 'users/tazjin/finito/default.nix')
-rw-r--r-- | users/tazjin/finito/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/tazjin/finito/default.nix b/users/tazjin/finito/default.nix new file mode 100644 index 000000000000..9a39591eab1d --- /dev/null +++ b/users/tazjin/finito/default.nix @@ -0,0 +1,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; +} |