Profpatsch
e71e1be859
lib/cli: rename renderX
options to mkX
...
Mirrors the naming scheme in `generators.nix`, for consistency.
Also rename `key` to `k` and value to `v` to aid readability to the
code structure.
2020-01-23 14:47:38 +01:00
Profpatsch
b2654c226a
lib/cli,lib/tests/misc: somewhat more standard formatting
2020-01-23 14:47:38 +01:00
Profpatsch
6841f408cc
CODEOWNERS: add Profpatsch to /lib/cli.nix and /lib/asserts.nix
2020-01-23 14:47:38 +01:00
Profpatsch
582354d3b6
lib/cli: encodeGNUCommandLine -> toGNUCommandLineShell
...
The semantic difference between `encode` and `to` is not apparent.
Users are likely to confuse both functions (which leads to unexpected
error messages about the wrong types). Like in `generators.nix`, all
functions should be prefixed by `to`.
Furthermore, converting to a string depends on the target context. In
this case, it’s a POSIX shell, so we should name it that (compare
`escapeShellArg` in `strings.nix`).
We can later add versions that escape for embedding in e.g. python
scripts or similar.
2020-01-23 14:47:38 +01:00
Profpatsch
88a7f65c83
lib/cli: unexport symbols & sort with generators
...
lib/cli is very similar to generators, so it should follow largely the
same interface. Similar to how generators isn’t exported, we should
also namespace cli by default (plus “cli” is only three characters to
type).
2020-01-23 14:47:38 +01:00
Maximilian Bosch
6930a1602c
matrix-synapse: 1.8.0 -> 1.9.0
...
https://github.com/matrix-org/synapse/releases/tag/v1.9.0
2020-01-23 14:32:22 +01:00
Michael Weiss
5a4b93e33c
Merge pull request #76787 from primeos/sway
...
sway: 1.2 -> 1.4, wlroots: 0.8.1 -> 0.10.0
2020-01-23 14:19:59 +01:00
Christian Höppner
4da3513960
Pass on nixos configuration to amazonImage
2020-01-23 14:16:25 +01:00
Christian Höppner
94899871b8
nixos/amazon-init.nix: Add gzip to amazon-init path
2020-01-23 14:15:26 +01:00
Christian Höppner
6d68699809
nixos/amazon-init.nix: Add gnutar to amazon-init PATH
2020-01-23 14:15:25 +01:00
Christian Höppner
52d5ce38fb
nixos/amazon-init.nix: add git to amazon-init script PATH
2020-01-23 14:15:18 +01:00
Vincent Laporte
ab6eebbe20
ocamlPackages.batteries: 2.10.0 → 2.11.0
2020-01-23 14:01:38 +01:00
Yorick van Pelt
23d5d9bbe9
nixos/alertmanager: add environmentFile, envsubst for secrets
2020-01-23 13:51:00 +01:00
Maximilian Bosch
a605fcabae
evcxr: 0.4.6 -> 0.5.0
...
https://crates.io/crates/evcxr/0.5.0
2020-01-23 13:16:58 +01:00
Arseniy Seroka
055e5b391a
Merge pull request #78325 from romildo/upd.screengrab
...
lxqt.screengrab: 1.101 -> 2.0.0
2020-01-23 14:19:18 +03:00
Mario Rodas
166ac309e7
spotify-tui: 0.11.0 -> 0.12.0
...
Changelog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.12.0
2020-01-23 05:30:00 -05:00
Mario Rodas
28e4113a78
nodejs-13_x: 13.6.0 -> 13.7.0
2020-01-23 04:20:00 -05:00
Mario Rodas
dfaae48381
broot: 0.11.9 -> 0.12.0
2020-01-23 04:20:00 -05:00
Jaka Hudoklin
3ff9f5ccd4
Merge pull request #78059 from xtruder/pkgs/xss-lock/session-param
...
xss-lock: add patch to allow setting session
2020-01-23 09:01:45 +00:00
Timo Kaufmann
0811a69fef
python2.pkgs.sphinx: user proper python2 lexer
2020-01-23 09:40:26 +01:00
Timo Kaufmann
66675b5650
python2.pkgs.ipython: use the proper python2 lexer
...
Since pygments 2.5 `PythonLexer` refers to python3 [1]. We have to be
explicit if we want to use python2.
[1] https://pygments.org/docs/changelog/
2020-01-23 09:40:14 +01:00
lewo
27accf380b
Merge pull request #78339 from marsam/update-terraform
...
terraform: 0.12.19 -> 0.12.20
2020-01-23 09:02:28 +01:00
R. RyanTM
c221115c4f
python37Packages.hstspreload: 2019.12.25 -> 2020.1.17
2020-01-22 23:59:12 -08:00
R. RyanTM
34719fa2c7
python27Packages.boltons: 19.3.0 -> 20.0.0
2020-01-22 23:58:31 -08:00
Maximilian Bosch
969bbb976a
Merge pull request #78340 from marsam/update-vault
...
vault: 1.3.1 -> 1.3.2
2020-01-23 08:42:35 +01:00
R. RyanTM
d1ba7dae91
qmmp: 1.3.5 -> 1.3.6
2020-01-23 07:04:43 +01:00
R. RyanTM
5c8c62902f
python27Packages.bitarray: 1.2.0 -> 1.2.1
2020-01-22 19:02:04 -08:00
Jonathan Ringer
c2a3fed5b3
python3Packages.ppft: re-enable tests
2020-01-22 18:54:41 -08:00
Silvan Mosberger
a149202c5a
nixos/docs: Fix nixos-install --system command ( #77719 )
...
nixos/docs: Fix nixos-install --system command
2020-01-23 03:39:38 +01:00
Jonathan Ringer
35f6a7406d
python38Packages.aiohttp: disable
...
Looks like "+" operator between futures no longer works.
Reported upstream https://github.com/aio-libs/aiohttp/issues/4525
2020-01-22 18:17:16 -08:00
Jonathan Ringer
3671932188
python38Packages.uvloop: disable
...
Tests hang, indicating race condition
2020-01-22 18:17:02 -08:00
R. RyanTM
aee0249059
python27Packages.azure-mgmt-media: 2.0.0 -> 2.1.0
2020-01-22 17:52:26 -08:00
R. RyanTM
230562a6df
python27Packages.azure-mgmt-containerservice: 8.1.0 -> 8.2.0
2020-01-22 17:50:28 -08:00
Mario Rodas
e21cdd1bbd
Merge pull request #78267 from r-ryantm/auto-update/python3.7-jupyter_console
...
python37Packages.jupyter_console: 6.0.0 -> 6.1.0
2020-01-22 20:11:30 -05:00
Peter Hoeg
2cfb5f51d2
Merge pull request #77483 from zowoq/crun
...
crun: 0.10.6 -> 0.11
2020-01-23 09:11:22 +08:00
R. RyanTM
ef9939e36f
python37Packages.aiohttp-socks: 0.3.3 -> 0.3.4
2020-01-22 17:06:56 -08:00
Mario Rodas
ffe8735805
Merge pull request #78154 from wedens/megacmd
...
megacmd: init at 1.1.0
2020-01-22 20:03:50 -05:00
Mario Rodas
fb0bfba560
Merge pull request #78093 from magnetophon/serd
...
serd: 0.30.0 -> 0.30.2
2020-01-22 20:03:01 -05:00
Mario Rodas
bec48a7980
Merge pull request #78095 from magnetophon/sratom
...
sratom: 0.6.2 -> 0.6.4
2020-01-22 20:02:42 -05:00
R. RyanTM
f567824479
python27Packages.diff_cover: 2.5.0 -> 2.5.2
2020-01-22 17:01:28 -08:00
worldofpeace
66fa280aa3
Merge pull request #78157 from virusdave/dnicponski/scratch/update_unison_version_1.0.h-alpha
...
unison-ucm 1.0.M1g-alpha -> 1.0.M1h-alpha
2020-01-22 20:00:56 -05:00
R. RyanTM
d4a282dfef
python37Packages.azure-mgmt-netapp: 0.7.0 -> 0.8.0
2020-01-22 17:00:12 -08:00
R. RyanTM
6b425756b8
python27Packages.azure-mgmt-recoveryservicesbackup: 0.5.0 -> 0.6.0
2020-01-22 16:56:11 -08:00
R. RyanTM
1b1835e2ec
python37Packages.html2text: 2019.9.26 -> 2020.1.16
2020-01-22 16:55:36 -08:00
R. RyanTM
daefd38e64
python37Packages.azure-mgmt-hdinsight: 1.3.0 -> 1.4.0
2020-01-22 16:47:57 -08:00
Mario Rodas
8a726f8516
Merge pull request #77991 from marsam/fix-pypy-darwin
...
pypy: fix build on darwin
2020-01-22 19:46:49 -05:00
R. RyanTM
55c3d1b9df
python27Packages.stripe: 2.41.0 -> 2.42.0
2020-01-22 16:41:02 -08:00
R. RyanTM
abc34ea707
python37Packages.praw: 6.4.0 -> 6.5.1
2020-01-22 16:39:46 -08:00
R. RyanTM
8f9f1712b7
python27Packages.qtawesome: 0.6.0 -> 0.6.1
2020-01-22 16:39:09 -08:00
R. RyanTM
c78d8aaeaa
libsForQt5.qtutilities: 6.0.2 -> 6.0.3
2020-01-23 00:20:25 +00:00