NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.27k stars 1.48k forks source link

Stop vendoring toml11 #10972

Closed Ericson2314 closed 3 months ago

Ericson2314 commented 3 months ago

Motivation

We don't apply any patches to it, and vendoring it locks users into bugs (it hasn't been updated since its introduction in late 2021).

Closes https://git.lix.systems/lix-project/lix/issues/164

Change-Id: Ied071c841fc30b0dfb575151afd1e7f66970fdb9 (cherry picked from commit 80405d06264f0de1c16ee2646388ab501df20628)

Context

Taken from Lix, thanks @winterqt!

Priorities and Process

Add :+1: to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

cole-h commented 3 months ago

Somewhat related to https://github.com/NixOS/nix/pull/10330, I guess