From 6486bca30f4206276b36f0f6db2eb4e7192f308b Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Wed, 22 Jan 2025 20:47:12 +0100 Subject: [PATCH] test/README: mention Flakes requirement --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index d1125ad..35c2f80 100644 --- a/test/README.md +++ b/test/README.md @@ -1,7 +1,7 @@ The [`run-tests.sh`](./run-tests.sh) command is the most convenient and versatile way to run tests.\ It leave no traces (outside of `/nix/store`) on the host system. -`run-tests.sh` requires Nix >= 2.10. +`run-tests.sh` requires Nix with [Flakes](https://wiki.nixos.org/wiki/Flakes). ### Summary ```bash