Tobias Markus
6d8041b053
writeShellApplication: Prefer lib.getExe over unwrapped ShellChecked
...
writeShellApplication currently uses the unwrapped (passthru) attribute
which is simply defined as the ShellCheck Haskell package.
Unfortunately the unwrapped version contains everything and the kitchen
sink, while the bin output of the top-level shellcheck package contains
only the static shellcheck executable.
In other words, by using writeShellApplication, currently 3GB of
packages have to be unnecessarily fetched just to run the checkPhase.
$ nix path-info -Sh $(nix build --print-out-paths --no-link nixpkgs#shellcheck.unwrapped)
/nix/store/23x8702b9kqn0r8swah05ky7w5fnh6m2-ShellCheck-0.9.0 3.0G
$ nix path-info -Sh $(nix build --print-out-paths --no-link nixpkgs#shellcheck.bin)
/nix/store/594izb2jz3c57c7hgxfnb6irypnr4575-shellcheck-0.9.0-bin 45.3M
There is no benefit to using shellcheck.unwrapped in this case.
Therefore, replace shellcheck.unwrapped with lib.getExe shellcheck.
2023-03-07 15:01:59 +01:00
R. Ryantm
35ca4727fb
python310Packages.slack-sdk: 3.20.0 -> 3.20.1
2023-03-07 13:57:37 +00:00
Julian Stecklina
2ca7353542
linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4
...
This unbreaks tuxedo-keyboard for Linux 6.2.
2023-03-07 14:48:34 +01:00
Anderson Torres
5ae751c41b
Merge pull request #219982 from kira-bruneau/fix-manual-emacs-packages
...
elisp-packages/manual-packages.nix: use self-scoped callPackage
2023-03-07 10:43:13 -03:00
R. Ryantm
1af3c49d48
clojure: 1.11.1.1237 -> 1.11.1.1252
2023-03-07 13:42:46 +00:00
R. Ryantm
f78d3c7d5f
jql: 5.1.6 -> 5.1.7
2023-03-07 13:30:57 +00:00
Ilan Joselevich
f9f47e8032
Merge pull request #219436 from dotlambda/esptool-4.5.1
...
esptool: 4.5 -> 4.5.1
2023-03-07 15:21:48 +02:00
Ilan Joselevich
5335a4f4a2
Merge pull request #219489 from WolfangAukang/tutanota
...
tutanota-desktop: 3.108.12 -> 3.110.0
2023-03-07 15:21:13 +02:00
Ilan Joselevich
210a84f03e
Merge pull request #219961 from fgaz/cplay-ng/5.2.0
...
cplay-ng: 5.1.0 -> 5.2.0
2023-03-07 15:17:55 +02:00
Mostly Void
9cb0772d43
calcure: init at 2.8.2
2023-03-07 18:47:21 +05:30
Filippos Tsimas
2acbdc41e9
ffado: 2.4.3 -> 2.4.7
2023-03-07 15:09:19 +02:00
Ilan Joselevich
4a09826e9d
Merge pull request #219945 from r-ryantm/auto-update/libfabric
...
libfabric: 1.17.0 -> 1.17.1
2023-03-07 15:07:07 +02:00
Ilan Joselevich
96a594e4f5
Merge pull request #219943 from Trundle/pulumi-3.56.0
...
pulumi: 3.55.0 -> 3.56.0
2023-03-07 15:05:31 +02:00
Sandro
26ac96af51
Merge pull request #219975 from r-ryantm/auto-update/python310Packages.google-cloud-spanner
...
python310Packages.google-cloud-spanner: 3.27.1 -> 3.28.0
2023-03-07 14:04:48 +01:00
Ilan Joselevich
6b015b7726
Merge pull request #219980 from seppeljordan/seppeljordan/update-nix-prefetch-github-6.0.1
...
python3Packages.nix-prefetch-github: 6.0.0 -> 6.0.1
2023-03-07 15:04:32 +02:00
Ilan Joselevich
11605428a7
Merge pull request #219972 from r-ryantm/auto-update/forkstat
...
forkstat: 0.03.00 -> 0.03.01
2023-03-07 14:57:08 +02:00
Ilan Joselevich
f08924559a
Merge pull request #219955 from r-ryantm/auto-update/colima
...
colima: 0.5.2 -> 0.5.3
2023-03-07 14:56:30 +02:00
Ilan Joselevich
bbe17249e5
Merge pull request #219959 from matthiasbeyer/update-zellij
...
zellij: 0.34.4 -> 0.35.1
2023-03-07 14:55:39 +02:00
Ilan Joselevich
29c58c39fd
Merge pull request #219832 from Ruixi-rebirth/master
...
youtube-tui: init at 0.7.0
2023-03-07 14:51:43 +02:00
Kira Bruneau
525aff3ab3
elisp-packages/manual-packages.nix: use self-scoped callPackage
2023-03-07 07:51:42 -05:00
Ilan Joselevich
66145255cb
Merge pull request #219969 from wahjava/update-flyctl
...
flyctl: 0.0.476 -> 0.0.477
2023-03-07 14:46:22 +02:00
Marek Fajkus
fd1938a018
Merge pull request #219978 from r-ryantm/auto-update/hugo
...
hugo: 0.111.1 -> 0.111.2
2023-03-07 13:43:40 +01:00
Ninjatrappeur
0c2bacaf74
Merge pull request #219979 from flokli/nixos-tests-hostname-cleanups
...
nixosTests.hostname: nixpkgs-fmt, stop using deprecated nodes.machine.config
2023-03-07 13:40:43 +01:00
Sebastian Jordan
10684ae9c4
python3Packages.nix-prefetch-github: 6.0.0 -> 6.0.1
2023-03-07 13:36:04 +01:00
R. Ryantm
ddf52e637c
gopsuinfo: 0.1.2 -> 0.1.3
2023-03-07 12:34:42 +00:00
Florian Klink
5566961d2e
nixosTests.hostname: stop using deprecated nodes.machine.config
...
Module argument `nodes.machine.config` is deprecated.
2023-03-07 13:29:19 +01:00
Florian Klink
27eab436bd
nixos/tests/hostname.nix: nixpkgs-fmt
2023-03-07 13:29:19 +01:00
Atemu
acdc303ed7
Merge pull request #219836 from wegank/leo2-darwin
...
leo2, statverif: add darwin support
2023-03-07 13:24:35 +01:00
R. Ryantm
ae3b83c809
hugo: 0.111.1 -> 0.111.2
2023-03-07 12:24:07 +00:00
Anderson Torres
3bbd2ffb31
Merge pull request #219970 from atorres1985-contrib/byacc
...
byacc: refactor
2023-03-07 09:23:26 -03:00
Anderson Torres
31445f52ec
Merge pull request #219968 from atorres1985-contrib/acr
...
acr: refactor
2023-03-07 09:23:14 -03:00
Fabian Affolter
3032954df3
python310Packages.snapcast: 2.3.1 -> 2.3.2
2023-03-07 13:09:03 +01:00
R. Ryantm
8038012255
janet: 1.26.0 -> 1.27.0
2023-03-07 12:07:52 +00:00
piegames
79a354065b
Merge pull request #219415 : gnomeExtensions: auto-update
2023-03-07 12:59:30 +01:00
R. Ryantm
6f3e07edfa
python310Packages.google-cloud-spanner: 3.27.1 -> 3.28.0
2023-03-07 11:53:04 +00:00
Justinas Stankevicius
43f2c5ef66
teleport: 12.0.2 -> 12.1.0
2023-03-07 13:30:45 +02:00
Anderson Torres
4839388d2b
byacc: refactor
...
- Get rid of double with in meta.
2023-03-07 08:19:10 -03:00
R. Ryantm
c3982aae4e
forkstat: 0.03.00 -> 0.03.01
2023-03-07 11:18:45 +00:00
Ashish SHUKLA
6713a09291
flyctl: 0.0.476 -> 0.0.477
2023-03-07 16:44:49 +05:30
Anderson Torres
561ec56a30
acr: refactor
...
- Use rec-less, overlay-style overridable attributes to stdenv.mkDerivation;
- Get rid of double with in meta.
2023-03-07 08:13:32 -03:00
Bobby Rong
95d880e035
Merge pull request #219803 from datafoo/vscode-extensions.streetsidesoftware.code-spell-checker
...
vscode-extensions.streetsidesoftware.code-spell-checker: 2.18.0 -> 2.19.0
2023-03-07 18:44:07 +08:00
Martin Weinelt
e187a5a6dc
Merge pull request #219946 from fabaff/aioesphomeapi-bump
...
python310Packages.aioesphomeapi: 13.4.1 -> 13.5.0
2023-03-07 10:40:01 +00:00
R. Ryantm
253cdabfb6
git-branchless: 0.6.0 -> 0.7.0
2023-03-07 18:38:24 +08:00
R. Ryantm
62a0d2eb9f
ginkgo: 2.8.4 -> 2.9.0
2023-03-07 18:35:23 +08:00
Ruixi-rebirth
74bbf74fc9
maintainers: add Ruixi-rebirth
2023-03-07 18:22:06 +08:00
Ruixi-rebirth
4830391e71
youtube-tui: init at 0.7.0
...
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
youtube-tui: init at 0.7.0
2023-03-07 18:22:02 +08:00
Philip Munksgaard
27375af8c3
flyctl: 0.0.476 -> 0.0.477
2023-03-07 11:19:58 +01:00
Sandro
86239f7faf
Merge pull request #219952 from fabaff/google-cloud-websecurityscanner-bump
...
python310Packages.google-cloud-websecurityscanner: 1.11.1 -> 1.12.0
2023-03-07 11:10:53 +01:00
Francesco Gazzetta
705ee06f10
dillong: add meta.mainProgram
2023-03-07 11:05:06 +01:00
Francesco Gazzetta
dc45d4e5a7
cplay-ng: 5.1.0 -> 5.2.0
2023-03-07 10:55:23 +01:00