Urgent.News

the world's headlines, one feed

Editions

Tech

nixpkgs-multiverse: every version that ever existed

The article discusses the creation of nixpkgs-multiverse, a flake input that provides access to every version of every package that has ever existed in the Nixpkgs repository. The author explains how they encountered issues with packages being "bumped forward" in NixOS, leading them to pin specific commits to maintain their desired versions.

This led to the realization of the need for a more streamlined solution, which ultimately resulted in the development of nixpkgs-multiverse. The author explains how the new flake input fetches revisions lazily using builtins.fetchTree, only when they are actually referenced, and how it limits commits to those that were actually built and cached by Hydra.

This allows for easy access to all the versions of packages without having to pin specific commits or maintain multiple nixpkgs inputs.

Brief written by urgent.news from Lobsters's own syndicated text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at fzakaria.com →

More in Tech

Postgres Full-Text Search in Production: How to Load-Test the Index and Pin Down Relevance

Adding full-text search to Postgres is a two-line migration. Running it in production without surprises is not. The GIN index that makes search fast also adds write amplification and a background…

  • GIN index accelerates searches but increases write amplification in PostgreSQL.
  • Load testing required to validate search capabilities under real write rates.
  • Relevance contract measures configuration changes and defines expected query results.

Flock Accused of Reactivating Its Cameras Without Notifying a Town

A Massachusetts newspaper reports that officials from the town of Littleton (population: 10,141) "claim that five of Littletonâ(TM)s Flock Safety cameras were switched back on by the company without…

  • Five Flock Safety cameras reactivated in Littleton, Massachusetts.
  • Town officials canceled contract with Flock Safety after discovery.
  • Flock Safety considered installing dashcams in Uber, Lyft drivers' vehicles.