From bb645c5d02025158c8dbb0c2a60e7cba8251f062 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 20 Oct 2023 10:19:07 +0200 Subject: [PATCH] system-features doc: kvm is Linux-only --- src/libstore/globals.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index ff7d3df1efe..e90f70f5f5c 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -720,7 +720,7 @@ public: - `kvm` - Included by default if `/dev/kvm` is accessible. + Included on Linux if `/dev/kvm` is accessible. - `nixos-test`, `benchmark`, `big-parallel`