diff options
-rw-r--r-- | default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |