Anderson Torres and GitHub
d3ee4ba650
Merge pull request #100351 from turion/dev_add_agdarsec
...
agdarsec: init at 0.4.1
2021-10-06 17:48:25 -03:00
John Ericson
cc3f2432d0
nixos/nix-daemon: Add enable option
...
Don't worry, it's is true by default. But I think this is important to
have because NixOS indeed shouldn't need Nix at run time when the
installation is not being modified, and now we can verify that.
NixOS images that cannot "self-modify" are a legitamate
use-case that this supports more minimally. One should be able to e.g. do a
sshfs mount and use `nixos-install` to modify them remotely, or just
discard them and build fresh ones if they are run VMs or something.
The next step would be to make generations optional, allowing just
baking `/etc` and friends rather than using activation scripts. But
that's more involved so I'm leaving it out.
2021-10-06 16:43:48 -04:00
Cedric Corbiere
938cb2195c
pgloader: force the use of the version 2.0.8 of sbcl
...
Fix the compilation issue
2021-10-06 22:41:41 +02:00
Maximilian Bosch
60e731d1ce
nixos/qemu-vm: fix running VM with QEMU_NET_OPTS
...
I realized quite recently that running a test VM - as documented in the
manual - like
QEMU_NET_OPTS='hostfwd=tcp::8080-:80' ./result/bin/nixos-run-vms
doesn't work anymore on `master`. After bisecting I realized that the
introduction of a forward-port option[1] is the problem since it adds a
trailing comma even if no forwarding options are specified via
`virtualisation.forwardPorts`. In that case, the networking options
would look like `-netdev user,id=user.0,,hostfwd=tcp::8080-:80' which
confused QEMU and thus the VM refused to start.
Now, the trailing comma is only added if additional port forwards are
specified declaratively.
[1] b8bfc81d5b
2021-10-06 22:40:30 +02:00
figsoda
eb70021803
eureka-ideas: init at 1.8.1
2021-10-06 16:28:16 -04:00
R. RyanTM
50db7e49ed
python38Packages.urlextract: 1.3.0 -> 1.4.0
2021-10-06 20:27:21 +00:00
ajs124
e3ac5e1502
nixos/varnish: add enableConfigCheck
2021-10-06 22:05:46 +02:00
Sandro and GitHub
1d88d6faed
Merge pull request #140760 from turion/dev_bump_agda_prelude
2021-10-06 22:02:26 +02:00
Robert Scott and GitHub
1d5953184a
Merge pull request #139651 from pborzenkov/calibre-web-0.6.13
...
calibre-web: 0.6.12 -> 0.6.13
2021-10-06 20:36:08 +01:00
Sandro and GitHub
71a7bd9976
Merge pull request #134408 from r-ryantm/auto-update/libnsl
2021-10-06 21:30:14 +02:00
Sandro and GitHub
71a83f62a5
Merge pull request #140732 from onsails/vim-plugins
2021-10-06 21:24:47 +02:00
Karl Fischer
1fd150bf62
vsh: 0.12.0 -> 0.12.1
2021-10-06 21:10:35 +02:00
sterni and GitHub
2924140fac
dbqn, dbqn-native: 2021-10-02 -> 2021-10-05 ( #140601 )
...
Summary:
- This new release internalizes the old, explicit log into `./build{,8}` scripts.
- Reduces closure size, by explicitly passing JDK(GraalVM) library output to native-image flags.
- Moves JDK to native build inputs.
- Resets meta.priority to default, since it is explicitly differentiated by pname.
2021-10-06 16:05:17 -03:00
Michael Weiss and GitHub
fc89e2a3c6
Merge pull request #140782 from primeos/signal-desktop
...
signal-desktop: 5.18.1 -> 5.19.0
2021-10-06 21:03:48 +02:00
Sandro and GitHub
80ce1c4c38
Merge pull request #139257 from r-ryantm/auto-update/python38Packages.sqlite-utils
2021-10-06 21:03:15 +02:00
Sandro and GitHub
0959e0aef1
Merge pull request #140770 from figsoda/update-rslint
2021-10-06 21:02:10 +02:00
Sandro and GitHub
b504f4d282
Merge pull request #140773 from r-ryantm/auto-update/python3.8-transitions
2021-10-06 21:01:40 +02:00
Sandro and GitHub
c7f0045e02
Merge pull request #140788 from r-ryantm/auto-update/python3.8-pypinyin
2021-10-06 20:54:13 +02:00
Sandro and GitHub
78a46ea988
Merge pull request #140789 from Korbik/sbcl_fix_2_0_8
2021-10-06 20:53:52 +02:00
Sandro and GitHub
58e3b68017
Merge pull request #140776 from r-ryantm/auto-update/python38Packages.pypinyin
2021-10-06 20:51:11 +02:00
Sandro and GitHub
8c90e54f2e
Merge pull request #140778 from applePrincess/exploitdb-2021-10-06
2021-10-06 20:48:04 +02:00
Ryan Mulligan and GitHub
94f3749cb0
Merge pull request #140688 from dotlambda/pikepdf-3.1.1
...
python3Packages.pikepdf: 3.1.0 -> 3.1.1
2021-10-06 11:24:25 -07:00
superherointj
bc9b01fadd
k3s: updateScript updated
2021-10-06 15:00:47 -03:00
R. RyanTM
7ef6135ef2
python38Packages.pypinyin: 0.42.0 -> 0.43.0
2021-10-06 17:50:55 +00:00
Cedric Corbiere
6bd8854e3c
sbcl: fix the 2.0.8 version
...
The 2.0.8 version was pointing to 2.1.2 version
2021-10-06 19:48:59 +02:00
Pavol Rusnak and GitHub
8b512253b4
Merge pull request #140781 from bcdarwin/fix-theano-homepage
...
python3Packages.Theano: fix meta.homepage
2021-10-06 19:41:18 +02:00
Pavol Rusnak and GitHub
2994e3d505
Merge pull request #140771 from bcdarwin/update-graspologic-homepage
...
python3Packages.graspologic: update homepage
2021-10-06 19:40:28 +02:00
Pavol Rusnak and GitHub
0300811ff1
Merge pull request #140772 from prusnak/foxdot
...
foxdot: add foxdot application alias
2021-10-06 19:39:08 +02:00
Martin Weinelt
b24904cf27
python3Packages.aioshelly: 1.0.1 -> 1.0.2
2021-10-06 19:38:55 +02:00
Fabian Affolter and Martin Weinelt
10e0d2bd66
python3Packages.aiohue: 2.6.2 -> 2.6.3
2021-10-06 19:37:50 +02:00
Martin Weinelt
45a9a24aee
python3Packages.python-smarttub: 0.0.25 -> 0.0.27
2021-10-06 19:37:50 +02:00
Fabian Affolter and Martin Weinelt
3e02d64475
python3Packages.pyvicare: 2.8.1 -> 2.9.1
2021-10-06 19:37:50 +02:00
Fabian Affolter and Martin Weinelt
a9c0e1bfed
home-assistant: remove pyjwt override
2021-10-06 19:37:50 +02:00
Fabian Affolter and Martin Weinelt
a152153eed
home-assistant: remove pylast override
2021-10-06 19:37:50 +02:00
Fabian Affolter and Martin Weinelt
fafec6c3be
home-assistant: remove async-upnp-client override
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
85e40f1bb5
python3Packages.ciso8601: 2.1.3 -> 2.2.0
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
5e3cd48be1
python3Packages.python-tado: 0.11.0 -> 0.12.0
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
733ada7a61
python3Packages.airthings: init at 0.0.1
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
ef2d72a577
python3Packages.pyatmo: 5.2.3 -> 6.0.0
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
5c46b5e3f5
python3Packages.aiohue: 2.6.1 -> 2.6.2
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
774e600897
python3Packages.aioshelly: 0.6.4 -> 1.0.1
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
0773deee07
python3Packages.aiodiscover: 1.4.2 -> 1.4.4
2021-10-06 19:37:49 +02:00
Fabian Affolter and Martin Weinelt
e733d8ea0a
python3Packages.pydeconz: 83 -> 84
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
8a5b11a4a9
python3Packages.pysyncthru: 0.7.8 -> 0.7.10
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
cc8bd84575
python3Packages.demjson3: init at 3.0.5
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
058e0d6785
python3Packages.zha-quirks: 0.0.61 -> 0.0.62
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
608d4c27dd
python3Packages.zigpy: 0.37.1 -> 0.38.0
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
41dbe2e506
python3Packages.zwave-js-server-python: 0.30.0 -> 0.31.1
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
b74834c3a3
python3Packages.aiohomekit: 0.6.2 -> 0.6.3
2021-10-06 19:37:48 +02:00
Fabian Affolter and Martin Weinelt
7217587749
python3Packages.hass-nabucasa: 0.47.1 -> 0.50.0
2021-10-06 19:37:48 +02:00