| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | | * | doc/builders/fetchers: Document FOD caveats | Robert Hensing | 2021-09-19 | 1 | -3/+11 |
| * | | | Merge pull request #137601 from fzakaria/faridzakaria/glibc-netbase•••glibc: allow environment variable for /etc/ files (i.e. /etc/protocols) | Jörg Thalheim | 2021-09-21 | 2 | -0/+18 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | glibc: add dependency on netbase /etc/protocols•••Add an explicit dependency on netbase for /etc/protocols
Certain functions in glibc look for files present in /etc such as getprotobyname which reads /etc/protocols.
If you are using Nix over a Linux installation, this file may not be present, and therefore it will cause errors.
- add netbase as a new package in nixpks
- add a dependency in glibc on it using postPatchPhase and substitute
the path
Fixes #124401
| Farid Zakaria | 2021-09-19 | 2 | -0/+18 |
| * | | | Merge master into staging-next | github-actions[bot] | 2021-08-26 | 1 | -2/+5 |
| |\| | |
|
| | * | | firefox: Added checks for new addon behaviour since v91 | Luis-Hebendanz | 2021-08-22 | 1 | -2/+5 |
| | |/ |
|
| * / | docs: adjust to the new structure of kernel packages | Dominik Xaver Hörl | 2021-08-12 | 1 | -3/+3 |
| |/ |
|
| * | Merge pull request #130021 from neosimsim/fix-emacs-override-examples•••emacs: fix overrideScope' examples | adisbladis | 2021-08-04 | 1 | -1/+1 |
| |\ |
|
| | * | emacs: fix overrideScope' examples | Alexander Ben Nasrallah | 2021-07-12 | 1 | -1/+1 |
| * | | buildFHSUserEnv: document `profile` parameter | Mauricio Scheffer | 2021-07-11 | 1 | -0/+2 |
| |/ |
|
| * | Link to Libera, Matrix instead of Freenode•••The project has moved away from Freenode as an IRC network[1], and there
is now a quite large channel on Libera. As such, we should point users
towards that instead.
This also changes all examples to refer to libera instead of freenode
as, with the recent deletion of all freenode channels, it is perhaps
where most communities are to be found nowadays.
Finally, also link to the official Matrix room[2] as an alternative to
IRC.
Related: https://github.com/NixOS/nixpkgs/pull/129384
[1]: https://discourse.nixos.org/t/join-us-on-matrix-at-nix-nixos-org-migrating-from-freenode
[2]: https://github.com/NixOS/rfcs/pull/94
| slotThe | 2021-07-06 | 1 | -1/+1 |
| * | docs: update Steam instructions to use steam-run-native package•••pkgs.steam-run-native is defined as exactly the expression that
these instructions tell you to write, so the instruction is no
longer necessary since we can just tell you to use that.
| Chris Martin | 2021-07-01 | 1 | -10/+1 |
| * | nixos/*: replace alsa* aliases•••The attributes got renamed in PR #126440 and in some places this caused
evaluation errors, e.g. the tarball job was saying (locally)
> attribute 'alsaUtils' missing, at /build/source/nixos/modules/services/audio/alsa.nix:6:4
and I suspect that trunk-combined jobset's failure to evaluate was also caused.
| Vladimír Čunát | 2021-06-10 | 1 | -2/+2 |
| * | doc: prepare for commonmark•••We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly.
Notably:
- Line breaks in lists behave differently.
- Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75
- The auto_identifiers uses a different algorithm – I made the previous ones explicit.
- Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist
While at it, I also fixed the following issues:
- ShellSesssion was used
- Removed some pointless docbook tags.
| Jan Tojnar | 2021-06-07 | 11 | -40/+42 |
| * | writeReferencesToFile: docs and tests | Robert Hensing | 2021-05-15 | 1 | -0/+26 |
| * | writeDirectReferencesToFile: init | Robert Hensing | 2021-05-15 | 1 | -0/+21 |
| * | mkShell: introduce packages argument (#122180)•••The distinction between the inputs doesn't really make sense in the
mkShell context. Technically speaking, we should be using the
nativeBuildInputs most of the time.
So in order to make this function more beginner-friendly, add "packages"
as an attribute, that maps to nativeBuildInputs.
This commit also updates all the uses in nixpkgs. | Jonas Chevalier | 2021-05-13 | 1 | -4/+6 |
| * | doc/builders/images/*.xml: Convert to markdown | Bobby Rong | 2021-04-24 | 7 | -203/+121 |
| * | Merge pull request #108919 from bryanasdev000/doc-dlib•••dlib: Update doc to use CommonMark | Sandro | 2021-04-22 | 3 | -25/+14 |
| |\ |
|