Nicolas B. Pierron
0214d94b24
Remove extra "in" keyword from the release notes about overlays.
...
Thanks to @teh for reporting this issue on the pull request.
2017-01-17 21:24:44 +00:00
Nicolas B. Pierron
8366525cbf
Fix release-notes compilation.
2017-01-16 01:17:33 +01:00
Nicolas B. Pierron
2d6532b330
Update overlay documentation by following nits from aneeshusa.
2017-01-16 01:17:33 +01:00
Nicolas B. Pierron
ae7e893de1
Improve the realse notes with the upcoming documentation links, and a better example of how to convert overridePackages usage.
2017-01-16 01:17:33 +01:00
Nicolas B. Pierron
6a83c315ec
Add missing line break in the release notes.
2017-01-16 01:17:33 +01:00
Nicolas B. Pierron
f5dfe78a1e
Add overlays mechanism to Nixpkgs.
...
This patch add a new argument to Nixpkgs default expression named "overlays".
By default, the value of the argument is either taken from the environment variable `NIXPKGS_OVERLAYS`,
or from the directory `~/.nixpkgs/overlays/`. If the environment variable does not name a valid directory
then this mechanism would fallback on the home directory. If the home directory does not exists it will
fallback on an empty list of overlays.
The overlays directory should contain the list of extra Nixpkgs stages which would be used to extend the
content of Nixpkgs, with additional set of packages. The overlays, i-e directory, files, symbolic links
are used in alphabetical order.
The simplest overlay which extends Nixpkgs with nothing looks like:
```nix
self: super: {
}
```
More refined overlays can use `super` as the basis for building new packages, and `self` as a way to query
the final result of the fix-point.
An example of overlay which extends Nixpkgs with a small set of packages can be found at:
https://github.com/nbp/nixpkgs-mozilla/blob/nixpkgs-overlay/moz-overlay.nix
To use this file, checkout the repository and add a symbolic link to
the `moz-overlay.nix` file in `~/.nixpkgs/overlays` directory.
2017-01-16 01:17:33 +01:00
John Ericson
0ef8b69d12
top-level: Modernize stdenv.overrides giving it self and super
...
Document breaking change in 17.03 release notes
2017-01-13 10:36:11 -05:00
Vladimír Čunát
2b8566f556
release notes: grammar nitpicks in an entry
...
/cc #21257 .
2016-12-18 13:31:56 +01:00
Jörg Thalheim
feb6dbc916
ntp: document new default ntp service in release notes
2016-12-18 12:25:46 +01:00
Théo Zimmermann
fba6537341
doc: correct typo ( #21176 )
2016-12-15 17:13:44 +01:00
Domen Kožar
073cb330ca
doc: remove last mention of <nixos>
2016-12-11 19:51:35 +01:00
David Terry
f067bca841
nixos: docs: note that channels are per user
2016-12-07 09:06:25 +01:00
Eric Sagnes
2b1d67a275
manual: reviewing contributions nixos -> nixpkgs ( #20626 )
2016-11-22 15:15:02 +01:00
Cillian de Roiste
c9b0e88c0b
NixOS Manual: Container Networking with NM
...
Network Manager calls dhclient on container interfaces and fails
which locks you out of the container after a few seconds, unless
you tell it not to manage these interfaces.
2016-11-20 17:25:33 +01:00
Nikolay Amiantov
6bb292d42b
parsoid service: update, use declarative configuration
...
Old configuration format is disabled now (it can still be used, but with
additional steps). This is a backwards incompatible change.
2016-11-20 19:12:14 +03:00
Andres Nötzli
95b5e4c46a
NixOS manual: Update link to list of AMIs
2016-11-07 11:24:15 -08:00
Eric Sagnes
e14de56613
module system: extensible option types
2016-11-06 00:05:58 +01:00
Eric Sagnes
1fe1cdecb2
types: loeOf -> listOf
2016-11-05 21:46:42 +01:00
Vladimír Čunát
559ddae410
nixos manual: clarify "attributes of function"
2016-11-05 11:02:04 +01:00
Aneesh Agrawal
3d99eea852
docs: use overrideAttrs instead of overrideDerivation
2016-10-30 14:34:40 -04:00
Bjørn Forsman
8cbdd9d0c2
nixos/release-notes: move "PHP config-file-scan-dir" from 16.09 to 17.03
...
Commits
351d12437
("nixos/release-notes: PHP config-file-scan-dir /etc -> /etc/php.d")
41c8aa8d6
("php: change config-file-scan-dir from /etc to /etc/php.d")
were merged to master _after_ NixOS 16.09. Commit 351d12437
then wrongly
updated the NixSO 16.09 release notes. Fix by moving the entry to NixOS
17.03.
2016-10-16 17:21:24 +02:00
Vladimír Čunát
54a76b3f5d
release-notes: fixup bad conflict resolution in bef6bef
...
/cc #19324 .
2016-10-13 09:49:47 +02:00
Profpatsch
bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
...
`stripHash` documentation states that it prints out the stripped name to
the stdout, but the function stored the value in `strippedName`
instead.
Basically all usages did something like
`$(stripHash $foo | echo $strippedName)` which is just braindamaged.
Fixed the implementation and all invocations.
2016-10-11 18:34:36 +02:00
Jörg Thalheim
8a690b2a9f
Merge pull request #17922 from bjornfor/php-config-file-scan-dir
...
php: change config-file-scan-dir from /etc to /etc/php.d
2016-10-09 21:45:48 +02:00
Jörg Thalheim
da5c0220aa
Merge pull request #17622 from rvl/nixos-manual-writing-documentation
...
Add documentation about writing NixOS documentation
2016-10-09 13:39:08 +02:00
Aneesh Agrawal
dfb7ea6fd1
kernel: Document Yama implications in release notes
2016-10-08 17:46:33 +02:00
Pascal Bach
8c053633df
Fix xml validation error in NixOS releases documentation
2016-10-07 22:49:05 +02:00
Domen Kožar
ed6ea7416a
Document NixOS release process #4442
2016-10-07 09:49:47 +02:00
Alexander Ried
0a0347c589
reviewing-contributions.xml: fix typo
2016-10-05 10:40:32 +02:00
Eric Sagnes
caef192c81
nixos-manual: reviewing chapter cleanup
2016-10-02 00:50:16 +09:00
zimbatm
0e3e7a6bcd
Merge pull request #18972 from ericsagnes/doc/reviewing-contributions
...
[WIP] nixos-doc: add reviewing contributions chapter
2016-10-01 15:09:12 +01:00
Eric Sagnes
bf86f9f016
improvements from feedback 2
2016-10-01 19:02:09 +09:00
Peter Simons
6e785be571
Document removal of LTS Haskell package sets in 16.09 release notes.
...
This patch closes https://github.com/NixOS/nixpkgs/issues/14897 .
2016-09-30 14:53:31 +02:00
Domen Kožar
73dd89205c
changelog for #18011
...
(cherry picked from commit 51cf16f4b4
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
3781095b5d
changelog for #18365
...
(cherry picked from commit 14c16f2fdb
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
3d36eecf17
changelog for hydra package/module
...
(cherry picked from commit 1eaad0150c
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
2b76a6f66a
changelog for #9523
...
(cherry picked from commit b3a5bc5f57
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
d80c1612a6
changelog for #14148
...
(cherry picked from commit e293a85e24
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Domen Kožar
50be1a1765
changelog for gnupg bump, fixes #18293
...
(cherry picked from commit 1ff2b10f28
)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-30 13:14:53 +02:00
Eelco Dolstra
a9166d143d
Some release notes updates
2016-09-29 13:48:38 +02:00
Eelco Dolstra
75a1ec8a65
NixOS: Use runCommand instead of mkDerivation in a few places
2016-09-29 13:05:28 +02:00
Eric Sagnes
7ad26bdc6e
improvements from feedback
2016-09-28 11:05:22 +09:00
Eric Sagnes
3504a546e6
[WIP] typo fixes, few improvements
2016-09-27 00:36:59 +09:00
Eric Sagnes
8d656d2ca0
nixos-doc: add reviewing-contributions
2016-09-26 15:44:06 +09:00
Robert Helgesson
9d2a831497
radicale: break into own package
...
Since this is an application it is not suitable for pythonPackages,
which is more appropriate for Python modules.
2016-09-25 22:15:19 +02:00
Domen Kožar
001d314e87
Merge pull request #18574 from ericsagnes/feat/mongodb
...
MongoDB service: switch configuration format to YAML
2016-09-21 14:19:17 +02:00
Guillaume Maudoux
2184df98f7
Add changelog for container config ( #18756 )
2016-09-19 11:05:10 +02:00
Eric Sagnes
5cd565e507
mongodb service: switch configuration format to YAML
...
Configuration format has changed from MongoDB 2.6 to
YAML and MongoDB 2.4 is EOL since March 2016.
2016-09-18 09:29:35 +09:00
Franz Pletz
0a4d60622c
16.09 changelog: add changes to reverse path filter
...
See #17325 .
2016-09-17 14:20:33 +02:00
Nikolay Amiantov
bf5d2bc215
16.09 changelog: add mention of special filesystems changes
2016-09-17 13:26:03 +03:00