| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #174093 from NixOS/doc-fakenss•••nixos/doc: document fakeNss, binSh | Florian Klink | 2022-08-04 | 1 | -0/+29 |
| |\ |
|
| | * | nixos/doc: update contents to copyToRoot•••contents is deprecated now, use the copyToRoot attribute.
origin/doc-fakenss | Florian Klink | 2022-08-01 | 1 | -6/+7 |
| | * | Update doc/builders/images/dockertools.section.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> | Florian Klink | 2022-08-01 | 1 | -1/+1 |
| | * | nixos/doc: document fakeNss, binSh | Florian Klink | 2022-08-01 | 1 | -0/+28 |
| * | | Merge pull request #179489 from Thornycrackers-Forks/fetcher-docs-update•••doc/builders/fetchers: Add examples, reduce sentence complexity | Valentin Gagarin | 2022-08-03 | 1 | -3/+42 |
| |\ \
| |/
|/| |
|
| | * | Add example error message. | Cody Hiar | 2022-08-02 | 1 | -1/+5 |
| | * | Updating sha256 to more realistic example | Cody Hiar | 2022-08-02 | 1 | -2/+2 |
| | * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+5 |
| | * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+2 |
| | * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+3 |
| | * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+1 |
| | * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | Cody Hiar | 2022-08-02 | 1 | -1/+2 |
| | * | Update doc/builders/fetchers.chapter.md•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> | Cody Hiar | 2022-07-18 | 1 | -1/+1 |
| | * | Updated wording from code review | Cody Hiar | 2022-07-04 | 1 | -2/+2 |
| | * | Remove possessive apostrophes | Cody Hiar | 2022-06-29 | 1 | -2/+2 |
| | * | doc/builders/fetchers: Add examples, reduce sentence complexity | Cody Hiar | 2022-06-28 | 1 | -3/+30 |
| * | | nixpkgs/doc: remove unused `unfree.xml`•••This section was broken out into its own file in efb55d2a42e but
apparently never actually got included anywhere.
Since then a more detailed section on using unfree packages has been
introduced.
Copied the introduction and removed the rest of the file.
| Arnout Engelen | 2022-07-28 | 1 | -13/+0 |
| * | | dockerTools.buildImage: Add copyToRoot to replace contents, explain usage | Robert Hensing | 2022-07-06 | 1 | -3/+12 |
| |/ |
|
| * | Merge pull request #176324 from meebey/meebey/meebey-patch-1•••doc/builders/images/dockertools: improve shadowSetup example | adisbladis | 2022-06-21 | 1 | -1/+1 |
| |\ |
|
| | * | doc/builders/images/dockertools: improve shadowSetup example•••The example snippet will fail with this error as it is not self contained and
assumes `shadowSetup` was given:
$ nix-build docker-image.nix
error: undefined variable 'shadowSetup' at docker-image.nix:20:7
Instead use the full reference to `shadowSetup` in the example so it will work
as stated.
| Mirco Bauer | 2022-06-05 | 1 | -1/+1 |
| * | | nixos/doc: move fetchpatch documentation to fetcher documentation•••… and link from the coding-conventions chapter to it.
Closes #48569.
| Florian Klink | 2022-06-03 | 1 | -0/+12 |
| |/ |
|
| * | doc: firefox: Show how to use PKCS#11 Proxy Module•••`p11-kit-proxy.so` makes it able to use multiple PKCS#11 modules and
manage them through p11-kit(8).
Fix indentation while here.
| Klemens Nanni | 2022-06-01 | 1 | -4/+8 |
| * | doc/testers: Mention nixosTests in nixosTest doc | Robert Hensing | 2022-05-05 | 1 | -1/+1 |
| * | testers.nixosTest: Move from top-level and improve docs | Robert Hensing | 2022-05-05 | 1 | -0/+46 |
| * | Merge pull request #163598 from SuperSamus/doc-builder-typos•••doc/builders: fix typos | Sandro | 2022-05-03 | 22 | -88/+87 |
| |\ |
|
| | * | doc/builders: fix typos | Martino Fontana | 2022-03-10 | 22 | -88/+87 |
| * | | doc: move testers to their own chapter | Artturin | 2022-04-22 | 4 | -33/+83 |
| * | | added fetchFromGitea to docs | jahway603 | 2022-03-21 | 1 | -0/+4 |
| * | | Merge pull request #161739 from Artturin/gsettingsfhsenv | Artturi | 2022-03-15 | 1 | -0/+2 |
| |\ \
| |/
|/| |
|
| | * | buildFHSUserEnv{Chroot,Bubblewrap}: link gsettings-schemas to the FHS location•••We shouldn't need to use wrapGAppsHook in expressions
that use this builder.
| Artturin | 2022-03-03 | 1 | -0/+2 |
| * | | treewide: remove steam-run-native | Jonathan Ringer | 2022-03-02 | 1 | -1/+1 |
| |/ |
|
| * | fetchgit: Add document for sparseCheckout | Zhong Jianxin | 2022-01-24 | 1 | -0/+18 |
| * | Merge pull request #147690 from pasqui23/hosts•••concatTextFile: init | Robert Hensing | 2022-01-08 | 1 | -0/+102 |
| |\ |
|
| | * | docs: added examples to trivial builders section | Pasquale | 2021-12-11 | 1 | -0/+97 |
| | * | concatText: documentation | Pasquale | 2021-12-02 | 1 | -0/+5 |
| * | | mkShell: make it buildable (#153194)•••When I designed `mkShell`, I didn't have a good idea of what the output
should look like and so decided to make the build fail. In practice,
this causes quite a bit of confusion and complications because now the
shell cannot be part of a normal package set without failing the CI as
well.
This commit changes that build phase to record all the build inputs in a
file. That way it becomes possible to build it, makes sure that all the
build inputs get built as well, and also can be used as a GC root.
(by applying the same trick as #95536).
The documentation has also been improved to better describe what mkShell
does and how to use it.
| Jonas Chevalier | 2022-01-08 | 1 | -6/+26 |
| * | | fetchFromSourcehut: allow recursive fetching | Nguyễn Gia Phong | 2022-01-03 | 1 | -1/+8 |
| * | | Merge pull request #145103 from symphorien/nix-env-i•••doc: minimize mentions of nix-env -i without -A in nixpkgs manual | Domen Kožar | 2021-12-20 | 1 | -1/+1 |
| |\ \ |
|
| | * | | doc: minimize mentions of nix-env -i without -A in nixpkgs manual | Guillaume Girol | 2021-12-18 | 1 | -1/+1 |
| * | | | dockerTools: Keep fakechroot disabled by default•••Avoid risk of breaking existing images by making it opt-in.
| Robert Hensing | 2021-12-04 | 1 | -3/+3 |
| * | | | dockerTools: Add fakechroot to fakeRootCommands | Robert Hensing | 2021-12-04 | 1 | -1/+7 |
| | |/
|/| |
|
| * | | writeShellApplication: buildInputs -> runtimeInputs | Bernardo Meurer | 2021-11-08 | 1 | -2/+2 |
| * | | writeShellApplication: init | Bernardo Meurer | 2021-11-08 | 1 | -0/+22 |
| |/ |
|
| * | Merge master into staging-next | github-actions[bot] | 2021-09-27 | 1 | -1/+1 |
| |\ |
|
| | * | doc: fix misspelling (#139623)•••doc/builders/fetchers.chapter.md: fetcheres -> fetchers | thomassdk | 2021-09-27 | 1 | -1/+1 |
| * | | nixpkgs/doc/glibc: better glibc link•••also replace unicode symbol in case some environment cannot reproduce the
encoding or font symbol.
| Jörg Thalheim | 2021-09-22 | 1 | -2/+3 |
| * | | Merge staging-next into staging | github-actions[bot] | 2021-09-21 | 3 | -3/+43 |
| |\| |
|
| | * | Merge pull request #136022 from hercules-ci/fetcher-testing•••Fetcher testing | Robert Hensing | 2021-09-21 | 3 | -3/+43 |
| | |\ |
|
| | | * | invalidateFetcherByDrvHash move docs to manual | Robert Hensing | 2021-09-19 | 3 | -1/+33 |
| | | * | doc/builders/fetchers: Explain invalidateFetcherByDrvHash | Robert Hensing | 2021-09-19 | 1 | -1/+1 |