Commit Graph

213194 Commits

Author SHA1 Message Date
Florian Klink
4c8bdd1c4f nixos/filesystems: don't chown /run/keys recursively
3c74e48d9c was a bit too much, it updated
permissions of all files recursively, causing files to be readable by
the group.

This isn't a problem immediately after bootup, but on a new activation,
as tmpfiles.d get restarted then, updating the permission bits of
now-existing files.

This updates the `Z` to be a `z` (the non-recursive variant), and adds a
`d` to ensure a directory is created (which should be covered by the
initrd shell script anyway)
2020-02-11 21:52:27 +01:00
Stefano Mazzucco
2b4794f941 aws-sam-cli: add argument to conditionally enable telemetry
If someone really wants to opt into telemetry, they can do so by setting
`enableTelemetry` to `true` (the default is `false`), in which case the wrapper
that sets `SAM_CLI_TELEMETRY` to `0` will not be created.

Note that this actually allows a user to optionally disable telemetry from the
command line or the (poorly documented) configuration in
`~/.aws-sam/metadata.json`. The downside is telemetry will be enabled at least
on the first run, causing a unique installation ID to be saved in the
configuration file.
2020-02-11 20:44:04 +00:00
Christian Kampka
9eaf6f5f5c
kops_1_15: 1.15.1 -> 1.15.2 (#79809) 2020-02-11 21:35:35 +01:00
Guillaume Maudoux
529948c302
gist: 5.0.0 -> 5.1.0 (#79838) 2020-02-11 21:35:01 +01:00
Maciej Krüger
8f69b1dcd2
cinnamon.xapps: move gobject-introspection to buildInputs 2020-02-11 21:08:22 +01:00
Daniel Schaefer
8cc8b3b235
Merge pull request #73777 from doronbehar/package-brotab
brotab: init at 0.0.5
2020-02-11 20:49:06 +01:00
Tim Steinbach
b6d2d42165
oh-my-zsh: 2020-02-07 -> 2020-02-11 2020-02-11 14:48:14 -05:00
Tim Steinbach
da8c2896e8
linux: 5.5.2 -> 5.5.3 2020-02-11 14:42:38 -05:00
Tim Steinbach
05b407ac81
linux: 5.4.18 -> 5.4.19 2020-02-11 14:42:30 -05:00
Tim Steinbach
ae4b390551
linux: 4.19.102 -> 4.19.103 2020-02-11 14:42:18 -05:00
Daniel Schaefer
9b2d529062
Merge pull request #79671 from rnhmjoj/spleen
spleen: install otf font
2020-02-11 20:37:32 +01:00
Marek Mahut
ab1a14d581 trezord-go: 2.0.27 -> 2.0.28 2020-02-11 20:34:46 +01:00
Daniel Schaefer
f528d880e1
Merge pull request #79005 from SeTSeR/master
tdlib: 1.5.0 -> 1.6.0
2020-02-11 20:31:40 +01:00
Michael Weiss
a0ef7ad1d6
androidStudioPackages.beta: 3.6.0.19 -> 3.6.0.20 2020-02-11 19:59:59 +01:00
Jörg Thalheim
f3d5966f43
Merge pull request #78819 from Izorkin/zsh-fix
zsh: fix bracketed-paste-magic
2020-02-11 18:49:14 +00:00
Maximilian Bosch
053006ecac
Merge pull request #79606 from k0ral/nixos-unstable
clipman: 1.2.0 -> unstable-2019-12-10
2020-02-11 19:43:38 +01:00
Mario Rodas
b70a3234c5
nodejs-12_x: 12.15.0 -> 12.16.0
Changelog: https://github.com/nodejs/node/releases/tag/v12.16.0
2020-02-11 13:40:00 -05:00
Jan Tojnar
dc78775c46
Merge pull request #79837 from multun/gegl-umfpack
gegl: enable umfpack support
2020-02-11 19:35:13 +01:00
Robert Djubek
68cff3a69c matomo: 3.13.1 -> 3.13.2
Updated both matomo and matomo-beta to the latest version
2020-02-11 19:16:13 +01:00
Benjamin Saunders
ad1934b465 vulkan-tools: 1.1.114.0 -> 1.2.131.1 2020-02-11 19:11:32 +01:00
Benjamin Saunders
3b9d71af2c shaderc: 2019.0 -> 2019.1 2020-02-11 19:11:32 +01:00
Benjamin Saunders
d73c83fca5 vulkan-validation-layers: 1.1.114.0 -> 1.2.131.2 2020-02-11 19:11:32 +01:00
Benjamin Saunders
533e7c2296 glslang: 7.11.3214 -> 8.13.3559 2020-02-11 19:11:32 +01:00
Benjamin Saunders
eb250b9a00 vulkan-loader: 1.1.144.0 -> 1.2.131.2 2020-02-11 19:11:32 +01:00
Benjamin Saunders
8985abb3c6 vulkan-headers: 1.1.144.0 -> 1.2.131.1 2020-02-11 19:11:32 +01:00
Jan Tojnar
d40256f0e5
Merge pull request #79845 from hedning/gsconnect-fix-build
gnomeExtensions.gsconnect: fix build
2020-02-11 18:48:21 +01:00
Jörg Thalheim
019ad4ab4e
Merge pull request #79848 from schmittlauch/tipp10
tipp10: init at 3.1.0
2020-02-11 17:41:14 +00:00
Michael Weiss
8ffa642baa
gitRepo: 2.0 -> 2.1.1 2020-02-11 18:32:29 +01:00
R. RyanTM
d217d4c63c psc-package: 0.6.0 -> 0.6.2 2020-02-11 18:05:29 +01:00
Milan Pässler
7fbc860d72 tipp10: init at 3.1.0 2020-02-11 17:36:22 +01:00
Tor Hedin Brønner
71a54f1130 gnomeExtensions.gsconnect: fix build
dbus is now propagated from at-spi2-core, which made gsconnect try to
install dbus service files in the wrong location.

closes https://github.com/NixOS/nixpkgs/issues/79806
2020-02-11 17:16:00 +01:00
Eelco Dolstra
dd7f6b0c6b nixUnstable, nixFlakes: Update to latest
Note that we need to build from a tarball now to get the vendored
crates. A bit ugly to fetch tarballs from Hydra...
2020-02-11 16:36:37 +01:00
lewo
2a773b1506
Merge pull request #79325 from eonpatapon/safe
safe: init at 1.5.1
2020-02-11 16:27:00 +01:00
Maximilian Bosch
3d1007716c
pinentry_qt5: alias to pinentry-qt
Attribute was removed in a4916fdea5 which
will land in 20.03, but breaks evaluation for everyone using
pinentry_qt5 on NixOS 19.09 when updating.
2020-02-11 16:10:01 +01:00
Jean-Philippe Braun
dd759b3b67 safe: init at 1.5.1 2020-02-11 16:09:54 +01:00
Victor multun Collod
7f311beb43 gegl: enable umfpack support
Fixes #79836
2020-02-11 16:02:22 +01:00
Ryan Mulligan
536720e5c8
Merge pull request #79813 from r-ryantm/auto-update/krohnkite
krohnkite: 0.6 -> 0.6.1
2020-02-11 06:52:47 -08:00
Ryan Mulligan
3e47162b13
Merge pull request #79808 from r-ryantm/auto-update/grabserial
grabserial: 1.9.9 -> 2.0.2
2020-02-11 06:51:46 -08:00
R. RyanTM
3a9a0f299a quilter: 2.1.0 -> 2.1.1 2020-02-11 14:04:22 +00:00
worldofpeace
c6fa3c201c
Merge pull request #75166 from nyanloutre/radarr_2_0_1450
radarr: 0.2.0.1358 -> 0.2.0.1450
2020-02-11 08:22:46 -05:00
Mario Rodas
e7830e552b
Merge pull request #79811 from r-ryantm/auto-update/hugo
hugo: 0.64.0 -> 0.64.1
2020-02-11 08:19:58 -05:00
Mario Rodas
984256e05c
sile: fix build 2020-02-11 16:18:20 +03:00
Caleb Maclennan
928e6486aa
sile: Bump to 0.10.3 and add missing lua dependency 2020-02-11 16:18:20 +03:00
Caleb Maclennan
870e509ef7
sile: note manual comes precompiled in tarball 2020-02-11 16:18:19 +03:00
Caleb Maclennan
df44e2e2b3
sile: v0.10.0 → v0.10.1 2020-02-11 16:18:19 +03:00
Caleb Maclennan
cceb24e5a1
sile: v0.9.5.1 -> v0.10.0, adjust build process 2020-02-11 16:18:19 +03:00
Mario Rodas
7d64380b6b
luaPackages.cosmo: init at 16.06.04-1 2020-02-11 16:18:19 +03:00
Mario Rodas
0b2a15fddd
luaPackages.cassowary: init at 2.2-1 2020-02-11 16:18:19 +03:00
Mario Rodas
6a9ba2f5f4
Merge pull request #79804 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.3.6 -> 1.3.7
2020-02-11 05:42:07 -05:00
Andreas Rammhold
a352631a71
Merge pull request #79299 from andir/buildRustCrate-remap-source-path
buildRustCrate: remap the current build dir to / for (more) reproducible builds
2020-02-11 11:38:50 +01:00