From 47c070afad7b2fa9da6ed4ce0760a3aa12eddde7 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Sun, 2 Mar 2025 19:45:25 +0100 Subject: [PATCH] Add notice about overriding to readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 99db7ab..26dfa12 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ # Nix Packages An assortment of Nix packages not in the official collection. +These are purposefully written without support for [overriding](https://nixos.org/guides/nix-pills/17-nixpkgs-overriding-packages) in order to minimise complexity. +If you want to build upon them I encourage you to fork this repository.