Commit graph

323980 commits

Author SHA1 Message Date
Fabian Affolter
216d735fad rates: init at 0.5.0 2021-10-17 18:02:11 +02:00
Yureka
67ef64c5cf llvm: bump min version for musl to 11+
Older LLVM versions are not building with musl right now, while 11+
works fine.
2021-10-17 18:00:36 +02:00
figsoda
826f620ffe vimPlugins.telescope-cheat-nvim: init at 2021-09-24 2021-10-17 11:33:56 -04:00
rnhmjoj
f13b08e900
pdns-recursor: 4.5.4 -> 4.5.6 2021-10-17 17:26:50 +02:00
figsoda
1ba118f40a vimPlugins.comment-nvim: init at 2021-10-17 2021-10-17 11:25:37 -04:00
figsoda
222ae15d55 vimPlugins.better-escape-nvim: init at 2021-10-09 2021-10-17 11:25:17 -04:00
figsoda
f2ee2ca4ce vimPlugins: update 2021-10-17 11:24:56 -04:00
R. RyanTM
802aa64773 catcli: 0.7.3 -> 0.7.4 2021-10-17 15:09:44 +00:00
Bobby Rong
96a9926645
Merge pull request #141985 from VergeDX/clapper
clapper: add missing deps
2021-10-17 23:04:56 +08:00
figsoda
d2ca0f31b6
Merge pull request #141932 from figsoda/tidy-viewer
tidy-viewer: init at 0.0.21
2021-10-17 10:49:19 -04:00
Jade
8d52479bc7 nixos/libvirtd: Add configuration option for swtpm 2021-10-17 16:48:17 +02:00
Doron Behar
a851c616a2
Merge pull request #107056 from ShamrockLee/gnudatalanguage 2021-10-17 14:41:08 +00:00
sternenseemann
5a1f5fea02 haskell.packages.ghc921.cereal: jailbreak (too strict bound on base) 2021-10-17 16:21:13 +02:00
sternenseemann
6101c27a43 release-haskell.nix: test working packages with ghc921 as well
This will produce some binary cache and CI for GHC 9.2.1. Specifically
we will notice when we can drop the head.hackage packages again.
2021-10-17 16:21:13 +02:00
sternenseemann
76d93938da release-haskell.nix: rename all (compilers) to released (compilers)
This is more accurate, since we don't have GHC 9.2.1 nor HEAD in there.
2021-10-17 16:21:13 +02:00
sternenseemann
7d9a690044 haskell.packages.ghc921.cabal-install: fix build 2021-10-17 16:21:13 +02:00
sternenseemann
c3bfc6a1fa haskell.packages.ghc921.cabal2nix: fix build
This mostly involved making its dependencies build, cabal2nix itself
seems to have no issues with 9.2.1 at the moment.
2021-10-17 16:21:13 +02:00
Alexander Sosedkin
9a5345698d tinycc: fix pkgsStatic.tinycc (musl) 2021-10-17 16:13:45 +02:00
Vanilla
9763f0b83f
clapper: add missing deps 2021-10-17 22:06:45 +08:00
rnhmjoj
b3d5811308
tnat64: 0.05 -> 0.06 2021-10-17 15:52:48 +02:00
Artturi
6605999f19
Merge pull request #141979 from jbedo/rstudio
rstudio: fix source revision reference
2021-10-17 16:10:26 +03:00
Fabian Affolter
fff68d0464
Merge pull request #141963 from r-ryantm/auto-update/python3.8-bond-api
python38Packages.bond-api: 0.1.13 -> 0.1.14
2021-10-17 15:02:36 +02:00
Martin Weinelt
9c48d558f8
Merge pull request #141940 from r-ryantm/auto-update/python38Packages.pulsectl 2021-10-17 14:46:24 +02:00
Bobby Rong
f8c65a4490
Merge pull request #141800 from wamserma/mimic-refactor
mimic: reorder attributes
2021-10-17 20:44:08 +08:00
Janne Heß
4cdbb2d891
nixos/switch-to-configuration: Fix ordering and indentation
This makes the order of operations the same in dry-activate and a "true"
activate. Also fixes the indentation I messed up and drop a useless
unlink() call (we are already unlinking that file earlier).
2021-10-17 14:35:49 +02:00
Janne Heß
ad09f7be14
nixos/switch-to-configuration: Handle stopped sockets
The previous logic failed to detect that units were socket-activated
when the socket was stopped before switch-to-configuration was run. This
commit fixes that and also starts the socket in question.
2021-10-17 14:35:48 +02:00
Janne Heß
558158b4f5
nixos/switch-to-configuration: Hide socket warnings 2021-10-17 14:35:48 +02:00
Janne Heß
047aa1a0e9
nixos/switch-to-configuration: Use early return 2021-10-17 14:35:47 +02:00
Janne Heß
720571eefa
nixos/switchTest: Also test mounts 2021-10-17 14:35:47 +02:00
Janne Heß
4f870c7d70
nixos/switch-to-configuration: Restart timers 2021-10-17 14:35:47 +02:00
Janne Heß
adc033cd59
nixos/switch-to-configuration: Ignore path units 2021-10-17 14:35:46 +02:00
Janne Heß
de128feacc
nixos/switch-to-configuration: Ignore slice units 2021-10-17 14:35:46 +02:00
Janne Heß
b515bae5cf
nixos/switch-to-configuration: Remove some FIXMEs
The first FIXME is removed because it doesn't make sense to use
/proc/1/exe since that points to a directory that doesn't have all tools
the activation script needs (like systemd-escape).

The second one is removed because there is already no error handling
(compare with the restart logic where the return code is checked).
2021-10-17 14:35:45 +02:00
Janne Heß
cfad5e3403
nixos/switch-to-configuration: Improve socket support
This commit changes a lot more that you'd expect but it also adds a lot
of new testing code so nothing breaks in the future. The main change is
that sockets are now restarted when they change. The main reason for
the large amount of changes is the ability of activation scripts to
restart/reload units. This also works for socket-activated units now,
and honors reloadIfChanged and restartIfChanged. The two changes don't
really work without each other so they are done in the one large commit.

The test should show what works now and ensure it will continue to do so
in the future.
2021-10-17 14:35:43 +02:00
Janne Heß
744162ffb6
nixos/switch-to-configuration: Fix perlcritic warning 2021-10-17 14:33:42 +02:00
Janne Heß
c4d34cd184
nixos/top-level: Check Syntax of switch-to-configuration 2021-10-17 14:33:42 +02:00
Janne Heß
f0a31f9b9f
nixos/switch-to-configuration: Ignore started scopes
They are not managed by us and it might be weird to users to see units
they didn't expect to be started.
2021-10-17 14:33:42 +02:00
Janne Heß
ec619ca369
nixos/switch-to-configuration: Remove unused variable 2021-10-17 14:33:41 +02:00
R. RyanTM
76842da579 auto-cpufreq: 1.6.9 -> 1.7.0 2021-10-17 12:16:54 +00:00
Fabian Affolter
c848b5d09e python3Packages.cloudsplaining: 0.4.5 -> 0.4.6 2021-10-17 14:09:04 +02:00
Fabian Affolter
297b95722d python3Packages.bytecode: 0.12.0 -> 0.13.0 2021-10-17 14:02:46 +02:00
Fabian Affolter
575394d2dd python3Packages.yeelight: 0.7.7 -> 0.7.8 2021-10-17 13:56:20 +02:00
Jörg Thalheim
091567a336
Merge pull request #141942 from Mic92/zfs-size
zfs: strip debug symbols (closure size)
2021-10-17 12:54:13 +01:00
Fabian Affolter
663688a0b3 python3Packages.fritzconnection: 1.7.0 -> 1.7.1 2021-10-17 13:39:55 +02:00
Fabian Affolter
d92c70a199 python3Packages.plexapi: 4.7.1 -> 4.7.2 2021-10-17 13:36:33 +02:00
Michael Weiss
a81d34c542
Merge pull request #141957 from primeos/aml
aml: 0.2.0 -> 0.2.1
2021-10-17 13:36:21 +02:00
Justin Bedo
71fa2b05f6
rstudio: fix source revision reference 2021-10-17 22:20:54 +11:00
Fabian Affolter
bc64880909 python3Packages.databases: 0.5.2 -> 0.5.3 2021-10-17 12:47:46 +02:00
Fabian Affolter
1e838a5e5b python3Packages.deezer-python: 3.1.0 -> 3.2.0 2021-10-17 12:32:23 +02:00
Fabian Affolter
cbc562a6ae python3Packages.environs: init at 9.3.4 2021-10-17 12:31:34 +02:00