Commit Graph

297400 Commits

Author SHA1 Message Date
Silvan Mosberger
b3e9073c48
Merge pull request #125991 from helsinki-systems/drop/mkStrict
lib/modules: Drop mkStrict and mkFixStrictness
2021-06-23 00:48:59 +02:00
Ryan Mulligan
a3d3ec2ec7
Merge pull request #127331 from r-ryantm/auto-update/atomicparsley
atomicparsley: 20210124.204813.840499f -> 20210617.200601.1ac7c08
2021-06-22 15:48:35 -07:00
Martin Weinelt
8db2252dc9
Merge pull request #127793 from mweinelt/ansible 2021-06-23 00:24:26 +02:00
Sandro
465e5fc8cd
Merge pull request #127806 from maxeaubrey/consul_1.9.7 2021-06-22 23:52:55 +02:00
maralorn
35aa6b0fd8
Merge pull request #127438 from NixOS/haskell-updates 2021-06-22 23:32:51 +02:00
Malte Brandy
37919f9f1e
haskellPackages.stripeapi: Mark broken because of consistent build timeout 2021-06-22 23:24:48 +02:00
Maximilian Bosch
b51d8262d5
Merge pull request #127699 from TredwellGit/element-{desktop,web}
element-{desktop,web}: 1.7.30 -> 1.7.31
2021-06-22 23:18:16 +02:00
Malte Brandy
5145ed4cf7
Merge branch 'master' into haskell-updates 2021-06-22 23:11:48 +02:00
Malte Brandy
f259654a78
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-06-22 23:05:35 +02:00
Malte Brandy
8d9926fe65
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-06-22 21:52:15 +02:00
Ryan Mulligan
160831a5a8
Merge pull request #127783 from rnhmjoj/sshfs-doc
nixos/doc: add section on sshfs file systems
2021-06-22 12:13:56 -07:00
rnhmjoj
21a5268b26 nixos/doc: add section on sshfs file systems
This documents how to use sshfs a bit and how to set up an automatically
mounted sshfs filesystem in NixOS. Also it closes #125905.
2021-06-22 11:58:25 -07:00
Martin Weinelt
50140f70d5
python3Packages.resolvelib: 0.7.0 -> 0.7.1 2021-06-22 20:06:11 +02:00
Graham Fawcett
d26902aef9
Refresh the Ocaml package examples; document useDune2 (#127520)
The current example in the manual no longer builds, mainly because
`useDune2 = true` is required, but also because the inputs have changed.
The new examples are copied verbatim from nixpkgs.
2021-06-22 18:53:27 +02:00
Sandro
b4b3372763
Merge pull request #127677 from NixOS/revert-125405-patch-1 2021-06-22 18:46:44 +02:00
Sandro
bb8c2116dd
Merge pull request #127599 from Ma27/bump-privacyidea 2021-06-22 18:26:45 +02:00
sternenseemann
5a1ff51ed3 haskellPackages.git-annex: fix hash mismatch on darwin 2021-06-22 18:11:25 +02:00
Martin Weinelt
ca618d6401
ansible, ansible_2_10: internalize collections package
This drops the python3Packages.ansible-collections attribute in favor of
a local callPackage that overwrites the collections package per ansible
version.
2021-06-22 18:04:59 +02:00
Sandro
c601d56e19
Merge pull request #127804 from ronthecookie/tor-upd
tor-browser-bundle-bin: 10.0.17 -> 10.0.18
2021-06-22 18:01:11 +02:00
Sandro
1fa3656c9d
Merge pull request #127186 from r-ryantm/auto-update/fly
fly: 7.3.1 -> 7.3.2
2021-06-22 18:00:55 +02:00
Sandro
565a0d3b9d
Merge pull request #127604 from urlordjames/drogon_options 2021-06-22 17:59:00 +02:00
Sandro
c1e686d51a
Merge pull request #127805 from endocrimes/dani/nomad 2021-06-22 17:58:33 +02:00
Sandro
52a64db282
Merge pull request #127768 from deliciouslytyped/wxpython
python3Packages.wxPython_4_0, python3Packages.wxPython_4_1: add numpy…
2021-06-22 17:56:49 +02:00
Maxine Aubrey
0fdfa3172d
consul: 1.9.6 -> 1.9.7 2021-06-22 17:44:59 +02:00
urlordjames
6e44a67726 drogon: add options for optional dependencies 2021-06-22 11:37:39 -04:00
Ryan Mulligan
5fa785a60a
Merge pull request #127134 from blaggacao/da/convert-rel-notes-md
doc: convert rel notes to CommonMark
2021-06-22 08:15:26 -07:00
Sandro
b6c99a1986
Merge pull request #127802 from fortuneteller2k/elfcat
elfcat: init at 0.1.3
2021-06-22 17:14:00 +02:00
Sandro
b2a93084f0
Merge pull request #127355 from cjab/programmer-calculator 2021-06-22 17:12:33 +02:00
Danielle Lancashire
d4655879fb nomad_1_0: 1.0.7 -> 1.0.8 2021-06-22 17:03:31 +02:00
Danielle Lancashire
834cfd9041 nomad_1_1: 1.1.1 -> 1.1.2 2021-06-22 17:03:31 +02:00
Martin Weinelt
ec12eaec34
Merge pull request #127735 from mweinelt/esphome 2021-06-22 16:59:24 +02:00
David Arnold
1f6969dd5e
docs: nixos release notes (w/o 2105 - separate PR)
docs: nixos release notes (revise code blocks)

docs: nixos release notes (fix opt links outside of code blocks)

docs: nixos release notes (fix opt links inside of code blocks)

went fishing with:

```console
rg -A1 \
   --multiline \
   --multiline-dotall \
   '<programlisting>[^</programlisting>]+' \
| rg linkend
```

docs: nixos release notes (prettier)

docs: nixos release notes (fix zonefile codeblocks)

docs: nixos release notes (restore admonition from prettier destriction)

docs: nixos release notes (recreate xml files)

docs: nixos release notes (fix trnslation error md -> xml)

admonition with a title seem not to work

docs: nixos release notes (fix code block indentation)

docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270)

docs: nixos release notes (fix remaingin '???')

Those where not catched i a previous iteration since they didn't satisfy
the then presumed search regex `#opt-.*`

doc: nixos release notes make docbook/md conversion consistent
2021-06-22 09:52:13 -05:00
Martin Weinelt
c8db4ba116
esphome: 1.19.0 -> 1.19.2 2021-06-22 16:29:26 +02:00
ckie
4539cc164d
tor-browser-bundle-bin: 10.0.17 -> 10.0.18 2021-06-22 17:19:50 +03:00
fortuneteller2k
dc24124ec6 elfcat: init at 0.1.3 2021-06-22 22:19:17 +08:00
Sandro
ab8167cc22
Merge pull request #127801 from bbigras/cloudflared-update
cloudflared: 2021.5.10 -> 2021.6.0
2021-06-22 16:16:06 +02:00
Sandro
192a85e425
Merge pull request #127759 from peterhoeg/u/widelands
widelands: 21 -> 1.0
2021-06-22 16:15:53 +02:00
Sandro
88e3da0610
Merge pull request #126657 from fortuneteller2k/open-fonts
open-fonts: init at 0.7.0
2021-06-22 16:15:23 +02:00
Sandro
04656c62ba
Merge pull request #127794 from fgaz/twemoji-color-font/13.1.0
twemoji-color-font: 13.0.1 -> 13.1.0
2021-06-22 16:14:55 +02:00
Sandro
dd2ad5f80f
Merge pull request #127800 from Sohalt/dpdk-mods-typo
dpdk: fix typo in error message
2021-06-22 16:11:45 +02:00
Sandro
9b2cad02f8
Merge pull request #127787 from hlolli/zx-shell-init
zx: init at 1.14.2
2021-06-22 16:11:22 +02:00
Chad Jablonski
11b44aaa11 programmer-calculator: init at 2.1 2021-06-22 10:03:56 -04:00
sternenseemann
d7d3eace87 haskellPackages.tmp-postgres: disable tests on darwin
The tests use pgrep which is not packaged for darwin yet as we are
lacking some private / non open source headers for it to compile.

May be resolvable in the future.
2021-06-22 16:00:19 +02:00
Karl H
0b0e76080a
octavePackages.nan: 3.5.2 -> 3.5.3 (#127757) 2021-06-22 15:45:40 +02:00
Karl H
67323a4793
octavePackages.matgeom: 1.2.2 -> 1.2.3 (#127756) 2021-06-22 15:45:27 +02:00
Karl H
aed8a199de
octavePackages.windows: 1.5.0 -> 1.6.1 (#127755) 2021-06-22 15:45:16 +02:00
Karl H
2d4660ce76
octavePackages.struct: 1.0.16 -> 1.0.17 (#127754) 2021-06-22 15:45:10 +02:00
Karl H
b97b0f4a94
octavePackages.splines: 1.3.3 -> 1.3.4 (#127753) 2021-06-22 15:44:52 +02:00
Karl H
b71f5ce78f
octavePackages.optim: 1.6.0 -> 1.6.1 (#127751) 2021-06-22 15:44:41 +02:00
Karl H
7e0e1eb9ca
octavePackages.parallel: 4.0.0 -> 4.0.1 (#127752) 2021-06-22 15:44:29 +02:00