fuse: move env vars to `env.*`

See #217206

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>

+1 -1
+1 -1
pkgs/os-specific/linux/fuse/common.nix
··· 83 83 # Ensure that FUSE calls the setuid wrapper, not 84 84 # $out/bin/fusermount. It falls back to calling fusermount in 85 85 # $PATH, so it should also work on non-NixOS systems. 86 - NIX_CFLAGS_COMPILE = ''-DFUSERMOUNT_DIR="/run/wrappers/bin"''; 86 + env.NIX_CFLAGS_COMPILE = ''-DFUSERMOUNT_DIR="/run/wrappers/bin"''; 87 87 88 88 preConfigure = 89 89 ''