From 47bce4e5548b12f0211a9a60a67e47a8994e3040 Mon Sep 17 00:00:00 2001 From: Martin Wurm Date: Sat, 27 Apr 2024 00:42:32 +0200 Subject: [PATCH] add cautionary notice about using this workaround in conjunction with Hydra builds --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8cebd56..33b882b 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,6 @@ to the `imports` attribute of your `configuration.nix`, like this: computing resources, consider building the patched version of glibc on your local computer and then pushing its closure to your server. If you understand what I just said, you'll know what to do. +- Be careful if you use Hydra to build your system environment. + [As @sandro pointed out](https://c3d2.social/@sandro/112337941452150951), + this may have unforeseen consequences. Thanks for the heads-up!