From b593f6922c3b31f2456cb8885d80af3789a380b3 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 28 Sep 2022 12:25:18 +0200 Subject: chore(3p/sources): Bump channels & overlays Set checkMeta = false in nixpkgs config to prevent it from complaining about our custom meta attributes. Change-Id: I044dc6e2804eacdf8f6136698536fa1b2df79f85 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6797 Tested-by: BuildkiteCI Reviewed-by: flokli --- third_party/nixpkgs/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index d266283e05..4aaa4bfd0f 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -25,6 +25,9 @@ let // { allowUnfree = true; allowBroken = true; + # Forbids our meta.ci attribute + # https://github.com/NixOS/nixpkgs/pull/191171#issuecomment-1260650771 + checkMeta = false; }; inherit localSystem; -- cgit 1.4.1