From 692a6cb95ad770a4f46a540c2b8ba9db372af486 Mon Sep 17 00:00:00 2001 From: tilpner Date: Wed, 5 Sep 2018 11:17:59 +0200 Subject: Enable file locking for Nix evaluator --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 4916695..3966c2c 100644 --- a/default.nix +++ b/default.nix @@ -67,6 +67,9 @@ in rec { BLK_DEV = true; BLK_DEV_LOOP = true; + # required by Nix, which wants to acquire the big lock + FILE_LOCKING = true; + MISC_FILESYSTEMS = true; SQUASHFS = true; SQUASHFS_LZ4 = true; -- cgit v1.2.3