summaryrefslogtreecommitdiff
path: root/pkgs/build-support/build-fhs-userenv-bubblewrap/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* buildFHSUserEnvBubblewrap: add dieWithParent option, and /etc/nix•••Allows for processes which fork to not be immediately killed when the parent process dies. Jonathan Ringer2021-05-021-2/+10
* fhs-userenv-bubblewrap: Add store path to readlink•••Commit df4761 added a call to readlink, which fails if it is not in the user's path when run. Updated the readlink call to pull from the coreutils store path directly. Matthew Mazzanti2021-03-111-1/+1
* Merge pull request #114024 from LuigiPiucco/pressure-vessel•••steam: fix proton versions with pressure-vesselBernardo Meurer2021-02-231-4/+48
|\
| * build-fhs-userenv-bubblewrap: add folders commentLuigi Sartor Piucco2021-02-231-0/+7
| * fhs-bubblewrap: mount cache on 32 bit glibc tooLuigi Sartor Piucco2021-02-221-1/+6
| * fhs-userenv-bubblewrap: add ld.so.conf/cache to fhsBenedikt Morbach2021-02-221-1/+27
| * fhs-userenv-bubblewrap: Preserve symlinks•••Preserve top-level symlinks such as /lib -> /usr/lib. This allows nested containers such as Steam's new runtime to remount /usr if they need to and then run unmodified binaries that reference e.g. /lib/ld-linux-x86-64.so.2 Before, we would mount the fully resolved host directory at /lib and thus the dynamic loader would always be the one from the host filesystem. Benedikt Morbach2021-02-221-3/+9
* | build-fhs-userenv: fix ssl certificates mount pointAndré Silva2021-02-221-3/+3
|/
* build-fhs-userenv-bubblewrap: don't bind /etc/fonts from fhs environmentAndré Silva2021-01-261-0/+5
* build-fhs-userenv: bind /etc/profilesAndré Silva2021-01-261-0/+2
* build-fhs-userenv-bubblewrap: remove unused variableAndré Silva2021-01-261-2/+0
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* buildFHSUserEnvBubblewrap: expand unshare optionsJonathan Ringer2020-12-081-11/+22
* buildFHSUserEnvBubblewrap: use arrays for constructing argument list•••Generally a cleaner way of doing it and prevents issues with spaces in paths Used to fix #97234 but #101967 already didt this with a smaller scope Atemu2020-11-221-18/+21
* buildFHSUserEnvBubblewrap: fix whitespace with root directoriesJonathan Ringer2020-10-301-3/+3
* build-fhs-user-env-bubblewrap: consistent camelCaseJörg Thalheim2020-08-171-4/+4
* fhs-userenv-bubblewrap: bind mount host's devfs•••Allows us to talk to devices Michael Eden2020-08-171-1/+1
* fhs-userenv-bubblewrap: bind mount parts of host etc directlyMichael Eden2020-08-171-2/+46
* fhs-userenv-bubblewrap: change to using bubblewrap over chrootenvMichael Eden2020-08-171-19/+49
* fhs-userenv-bubblewrap: start with build-fhs-userenv•••Just here to track @illegalprime's actual changes to build-fhs-userenv in the next commits Atemu2020-08-171-0/+49