programs.singularity.enableFakeroot

NixOS option

Whether to enable the --fakeroot support of Singularity/Apptainer. This option is deprecated and has no effect. --fakeroot support is enabled automatically, as systemBinPaths = [ "/run/wrappers/bin" ] is always specified.

type: boolean
Default
true
declared in: nixos/modules/programs/singularity.nixView source on NixOS/nixpkgs →