From 2de80c8c330fa4286f0fdbad129e2c66ecabaa5d Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 3 Nov 2022 16:32:32 +0100 Subject: fix(3p/overlays/tvl): fix nvd with Nix 2.3 If more of these issues crop up, we should consider making a patch for our Nix fork that ignores the --experimental-features flag. Change-Id: If146804f2c9f9375f2035985a6fd99f72b0fdcc7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7165 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/overlays/tvl.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 4683bce9db37..80f6f04fcf88 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -35,6 +35,12 @@ in nix_latest = super.nix; + nvd = super.nvd.overrideAttrs (old: { + patches = old.patches or [ ] ++ [ + ./patches/nvd-nix-2.3.patch + ]; + }); + home-manager = super.home-manager.overrideAttrs (_: { src = depot.third_party.sources.home-manager; version = "git-" -- cgit 1.4.1