diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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-" |