about summary refs log tree commit diff
path: root/pkgs/build-support/build-fhs-userenv
AgeCommit message (Expand)AuthorFilesLines
2022-03-24buildFHSUserEnv: append graphics share to XDG_DATA_DIRJonathan Ringer1-0/+3
2022-03-20buildFHSUserEnv{Chroot,Bubblewrap}: fix handling of glib schemaDavid McFarland1-8/+11
2022-03-15Merge pull request #161739 from Artturin/gsettingsfhsenvArtturi1-0/+26
2022-03-03buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS locationArtturin1-0/+26
2022-02-27bash: use default PATH in FHS environmentsDaniel Fullmer1-1/+1
2022-02-05chrootenv: remove default.nix from srcTom Bereknyei3-1/+1
2021-12-31maintainers: update personal detailsYana Timoshenko1-1/+1
2021-11-19Merge pull request #128126 from wentasah/chrootenv-optArtturi2-2/+2
2021-09-01buildFhsUserenv: inherit mounts from parent namespaceMatt Votava1-1/+1
2021-07-30build-fhs-userenv: fix defaults on aarch64Jörg Thalheim1-4/+8
2021-06-27buildFHSUserEnv: Allow having custom /opt in the FHS environmentMichal Sojka2-2/+2
2021-06-05buildFhsUserenv: don't leak mounts to other processesJörg Thalheim1-1/+3
2021-02-26buildFHSUserEnv: symlink /etc/nixMaciej Krüger1-0/+3
2021-01-26build-fhs-userenv: bind /etc/profilesAndré Silva1-0/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
2020-12-27buildFhsUserenv: don't downgrade root userJörg Thalheim1-4/+12
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson1-1/+1
2020-02-14build-fhs-userenv: runCommand -> runCommandLocal (#77253)Bjørn Forsman1-3/+4
2020-01-15treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg1-1/+1
2019-05-30chrootenv: propagate nested chrootenv /hostNikolay Amiantov1-6/+23
2019-05-30chrootenv: small improvementsNikolay Amiantov1-26/+16
2019-05-30chrootenv: make stackableNikolay Amiantov1-10/+16
2019-05-27Merge pull request #62040 from abbradar/chrootenv-extendSilvan Mosberger1-2/+2
2019-05-26Fix chrootenv segfaulting on exitLas1-1/+7
2019-05-25buildFHSUserEnv: extend PATH and LD_LIBRARY_PATHNikolay Amiantov1-2/+2
2019-04-02nixos/fhsUserenv: make all locales availablePascal Bach1-3/+5
2019-02-08buildFHSEnv: allowSubstitutes = falsevolth1-0/+1
2018-11-11fix FHSUserEnv blacklistsMichael Eden1-1/+1
2018-11-04chrootenv: use mesonYegor Timoshenko3-10/+11
2018-11-04chrootenv: strip the binaryPiotr Bogdan1-0/+1
2018-10-30buildFHSUserEnv: use runScript in env (#49077)Kristoffer Søholm1-1/+1
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-28buildFHSUserEnv: change to root directory after chrootLinus Heckemann1-0/+1
2018-03-11buildFHSEnv: export TZDIRNikolay Amiantov1-0/+1
2018-03-10buildFHSEnv: fix compiler search pathsNikolay Amiantov1-1/+3
2017-12-30chrootenv: rewrite on top of GLibYegor Timoshenko4-247/+160
2017-12-28chrootenv: resolve potential race conditionYegor Timoshenko1-12/+8
2017-12-22chrootenv: code reviewYegor Timoshenko1-100/+90
2017-12-22chrootenv: error on chrootenv-inside-chrootenv, resolves #32802Yegor Timoshenko1-2/+10
2017-12-22chrootenv: replace env whitelist with blacklist, closes #32878Yegor Timoshenko1-22/+31
2017-12-22chrootenv: bind-mount all dirs in /, symlink files, closes #32877Yegor Timoshenko1-24/+69
2017-12-22chrootenv: print sysctl command for Debian users, fixes #32876Yegor Timoshenko1-5/+13
2017-12-09chroot-user: better error message, if unshare is not allowedJörg Thalheim1-1/+1
2017-11-09chroot-user: rewrite in C, drop CHROOTENV_EXTRA_BINDSYegor Timoshenko3-180/+194
2017-10-17buildFHSEnv: fix NIX_* compiler flagsNikolay Amiantov1-0/+1
2017-07-18build-fhs-userenv: Propagate $XAUTHORITYJamey Sharp1-0/+1
2017-04-12buildFHSEnv: add ACLOCAL_PATHNikolay Amiantov1-2/+3
2017-01-29Getting rid of the var indirection and using a bin path insteadParnell Springmeyer1-1/+1