aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-17Use plain mktempEelco Dolstra
This fixes the case where $TMPDIR doesn't end in a slash.
2022-08-17Merge pull request #6917 from edolstra/no-forceEelco Dolstra
Don't pass --force to 'git add'
2022-08-17Don't pass --force to 'git add'Eelco Dolstra
Fixes #5810.
2022-08-17Merge pull request #6913 from edolstra/lazy-trees-cherrypicksEelco Dolstra
lazy-trees cherrypicks
2022-08-17Fix onErrorEelco Dolstra
2022-08-17Remove warnLargeDump()Eelco Dolstra
This message was unhelpful (#1184) and probably misleading since memory is O(1) in most cases now.
2022-08-17ProgressBar: Delay before showing a new activityEelco Dolstra
Some activities are numerous but usually very short (e.g. copying a source file to the store) which would cause a lot of flickering. So only show activities that have been running for at least 10 ms.
2022-08-17nix flake metadata: Don't show "Inputs" if there are no inputsEelco Dolstra
2022-08-17Show when we're evaluating a flakeEelco Dolstra
2022-08-12Merge pull request #6882 from DeterminateSystems/allow-multi-user-as-rootEelco Dolstra
Allow installing multi-user as root on macOS and Linux
2022-08-11Merge pull request #6896 from blaggacao/patch-1Théophane Hufschmitt
docfix: bundlers
2022-08-10docfix: bundlersDavid Arnold
2022-08-10Merge pull request #6850 from NinjaTrappeur/nin/build-checkThéophane Hufschmitt
Fix Nix build --check flag
2022-08-10Don't prompt about using sudo if we're already rootGraham Christensen
2022-08-10Strip whitespace in installing-binary.mdGraham Christensen
2022-08-10install-multi-user: abstract is_root, is_os_linux, is_os_darwinGraham Christensen
2022-08-08Merge pull request #6280 from thufschmitt/fix-mv-in-different-filesystemsThéophane Hufschmitt
Fix mv in different filesystems
2022-08-08Merge remote-tracking branch 'upstream/master' into ↵Théophane Hufschmitt
fix-mv-in-different-filesystems
2022-08-08Remove the explicit `c++fs` linkage on darwinThéophane Hufschmitt
Doesn't seem needed on a recent-enough clang anymore (and even seems to break stuff)
2022-08-08Merge pull request #6881 from thomasjcf29/feature/selinux_check_properlyEelco Dolstra
Only fail if selinux is in enforcing
2022-08-08Merge pull request #6880 from ↵Théophane Hufschmitt
virusdave/dnicponski/scratch/swap_homedir_check_master Do not spam logs if the owned-homedir check results in a noop
2022-08-08Only fail if selinux is in enforcingTom Franklin
2022-08-07Do not spam logs if the owned-homedir check results in a noopDave Nicponski
2022-08-05Merge pull request #6872 from edolstra/architecture-sectionEelco Dolstra
Comment out the architecture section
2022-08-05Comment out the architecture sectionEelco Dolstra
This needs more review and probably should be a separate book.
2022-08-04Merge pull request #6420 from nix-community/doc-what-is-nixThéophane Hufschmitt
Document what Nix *is*
2022-08-04Add disclaimer that arch section is WIP and links may rotJohn Ericson
So we can iterate without worrying so much.
2022-08-04Remove header fragments which is not needdJohn Ericson
2022-08-04Fix rosetta stone file nameJohn Ericson
2022-08-04Remove sections within from SUMMARYJohn Ericson
2022-08-04Fix gitignoreJohn Ericson
2022-08-04Merge remote-tracking branch 'upstream/master' into doc-what-is-nixJohn Ericson
2022-08-04fix page renderingValentin Gagarin
apparently it is not possible to link to page anchors with `mdBook`[1] [1]: https://github.com/rust-lang/mdBook/issues/167
2022-08-04Merge pull request #6678 from abathur/update_darwin_uninstallDomen Kožar
doc: update darwin uninstall instructions
2022-08-04use correct mdBook syntax for calloutsValentin Gagarin
2022-08-04fix directory tree renderingsValentin Gagarin
2022-08-04Merge pull request #6805 from jfly/jfly/fix-link-to-hacking-docEelco Dolstra
Fix link to hacking doc
2022-08-04Merge pull request #6863 from fricklerhandwerk/remove-writing-expressionsEelco Dolstra
manual: remove "Writing Nix Expressions" chapter
2022-08-04Update doc/manual/src/installation/installing-binary.mdDomen Kožar
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-04Merge pull request #6862 from erikarvstedt/fix-flake-update-docEelco Dolstra
docs/flake-update: fix example
2022-08-04Update doc/manual/src/installation/installing-binary.mdDomen Kožar
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-08-04clarify what explicitly declaring certain dependencies meansValentin Gagarin
2022-08-04move architecture to the endValentin Gagarin
2022-08-04add file system object to table of contentsValentin Gagarin
2022-08-04clarify what store objects can be Valentin Gagarin
the store of course makes a distinction, but that is not relevant here
2022-08-04add Java example on manual dependency declarationValentin Gagarin
2022-08-04hashes: truncate -> reduce, mention SHA-256Valentin Gagarin
the longer SHA-256 hashes are not truncated, but in fact processed. Co-authored-by: Thomas <twatson52@mac.com>
2022-08-04mention hard linksValentin Gagarin
Co-authored-by: Thomas <twatson52@mac.com>
2022-08-04use "build plan" consistentlyValentin Gagarin
2022-08-04note customized base32 Valentin Gagarin
Nix omits E O U T characters for some reason.