Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NIX_STATE_HOME, NIX_DATA_HOME, NIX_CONFIG_HOME and NIX_CACHE_HOME #1

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
2a77d37
Add NIX_STATE_HOME, NIX_DATA_HOME, NIX_CONFIG_HOME and NIX_CACHE_HOME
noamraph Aug 4, 2024
df36ff0
install-darwin: fix _nixbld uids for macOS sequoia
abathur Jul 3, 2024
7556742
install-darwin: move nixbld gid to match first UID
abathur Jul 3, 2024
33be935
Merge remote-tracking branch 'upstream/master' into add-nix-state-home
Aug 21, 2024
11cf29b
install-darwin: increment base UID by 1 (#15)
emilazy Aug 26, 2024
9cc550d
Don't refer to public keys as secret keys in error
alyssais Aug 31, 2024
ef1ac0d
Merge pull request #11390 from alyssais/key
edolstra Sep 2, 2024
a33cb8a
Respect max-substitution-jobs again
edolstra Sep 2, 2024
b7acd1c
"unsigned" -> size_t
edolstra Sep 2, 2024
13100ea
Fix link anchor
SuperSandro2000 Sep 2, 2024
4decd6f
add removal of ~root/.cache/nix to uninstall instructions (#11407)
jkerfs Sep 3, 2024
9a9f5ae
Merge pull request #11405 from SuperSandro2000/patch-2
roberth Sep 3, 2024
784a843
Merge pull request #11402 from DeterminateSystems/fix-max-substitutio…
edolstra Sep 3, 2024
02bb633
maintainers/upload-release.pl: Delete temporary directories when we'r…
edolstra Sep 3, 2024
1073a8e
Merge pull request #11410 from DeterminateSystems/upload-release-cleanup
edolstra Sep 3, 2024
46b3188
Move daemon process into sub-cgroup
parkerhoyes Aug 26, 2024
4c88dee
Add tests for daemon with cgroups
parkerhoyes Sep 3, 2024
62a9904
Enable cgroups delegation for systemd
parkerhoyes Sep 3, 2024
9e79061
fixup: use the real bindir for systemd unit's bindir
cole-h Sep 3, 2024
a6e6da3
Merge pull request #10919 from abathur/macos_sequoia_fixes
tomberek Sep 3, 2024
357cec9
Merge pull request #11414 from parkerhoyes/cgroups-delegation
edolstra Sep 4, 2024
46f6505
Pull fut.get() out of the lock
kjeremy Sep 4, 2024
8152c5c
Remote nullptr
kjeremy Sep 4, 2024
0348464
Simplify getRootCgroup()
parkerhoyes Sep 4, 2024
668d63d
Merge pull request #11424 from kjeremy/lix-1462
edolstra Sep 4, 2024
bd6ae2f
Use getCurrentCgroup() in getMaxCPU()
parkerhoyes Sep 4, 2024
ef3d3c5
use existing GID in sequoia migration script
abathur Sep 5, 2024
38d9d53
docs: small fixups on the default expression
fricklerhandwerk Sep 5, 2024
48249e0
docs: reword glossary entry on Nix expression
fricklerhandwerk Sep 5, 2024
17655ec
docs: explain provenance of default `nix-path` values
fricklerhandwerk Sep 5, 2024
5bfe198
Merge pull request #11433 from abathur/fix_sequoia_migration_gid
tomberek Sep 5, 2024
a1cc362
fix broken link (#11435)
fricklerhandwerk Sep 5, 2024
a81083d
Revert "Update src/libutil/url.cc"
Mic92 Sep 5, 2024
5a5a010
Revert "fix: Error on malformed URI query parameter"
Mic92 Sep 5, 2024
92be107
update instructions to build the manual
fricklerhandwerk Sep 6, 2024
bb1af06
Merge pull request #11439 from Mic92/revert-warning
edolstra Sep 6, 2024
644a034
Merge pull request #11440 from fricklerhandwerk/fix-docs-build-instru…
edolstra Sep 6, 2024
f15aef2
Merge pull request #11413 from cole-h/fixup-daemon-service
edolstra Sep 6, 2024
791f943
Merge pull request #11437 from fricklerhandwerk/default-nix-path-docs
roberth Sep 7, 2024
9ae7140
Merge pull request #11436 from fricklerhandwerk/reword-nix-expr-gloss
roberth Sep 7, 2024
9df5236
progress-bar: Only write when truly updated
roberth Aug 27, 2024
047d964
refact: Extract ProgressBar::redraw(newOutput)
roberth Sep 7, 2024
e10ea78
refact: Inline ProgressBar::draw(state, newOutput), inline local output
roberth Sep 7, 2024
c955563
fix: Avoid deadlock in ProgressBar::redraw()
roberth Sep 8, 2024
69e9256
Merge pull request #11432 from fricklerhandwerk/docs-defexpr
roberth Sep 8, 2024
5e337ee
Merge pull request #11412 from parkerhoyes/daemon-cgroup
edolstra Sep 9, 2024
4c7a6ff
Merge pull request #11380 from roberth/eco-friendly-progress-bar
edolstra Sep 9, 2024
b99c6c6
Merge remote-tracking branch 'upstream/master' into add-nix-state-home
Sep 9, 2024
ca258d3
Update env-common.md with the NIX_*_HOME envvars.
Sep 9, 2024
3136979
Update doc/manual/src/command-ref/env-common.md
noamraph Sep 11, 2024
513b5d2
Update doc/manual/src/command-ref/env-common.md
noamraph Sep 11, 2024
8b67e10
Update env-common.md
noamraph Sep 11, 2024
8d136a7
Add changlog entry
Sep 11, 2024
48ac2a2
reword release notes
fricklerhandwerk Sep 11, 2024
850d404
env-common.md: Remove "For example"
Sep 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix link anchor
  • Loading branch information
SuperSandro2000 authored Sep 2, 2024
commit 13100eaa4f5b8e1934e312ac9300bd0e84d450c2
2 changes: 1 addition & 1 deletion src/libstore/globals.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ public:

If the user is trusted (see `trusted-users` option), when building
a fixed-output derivation, environment variables set in this option
will be passed to the builder if they are listed in [`impureEnvVars`](@docroot@/language/advanced-attributes.md##adv-attr-impureEnvVars).
will be passed to the builder if they are listed in [`impureEnvVars`](@docroot@/language/advanced-attributes.md#adv-attr-impureEnvVars).

This option is useful for, e.g., setting `https_proxy` for
fixed-output derivations and in a multi-user Nix installation, or
Expand Down