Commit Graph

596739 Commits

Author SHA1 Message Date
Philip Taron
a7b4ee2dbe
lib: use names from lib in lib/generators.nix, rather than builtins or submodules of lib
There's not a lot of rhyme to which names are exported from which module,
as I see it, but everything is found somewhere.
2024-03-16 11:19:38 -07:00
Philip Taron
8422fe83b9
lib/generators: use the explicit public interface pattern
This enables further refactoring without accidentally changing the public interface.
2024-03-14 13:15:45 -07:00
Philip Taron
3a01525ae7
lib/generators: explicitly import names from lib.trivial
Everything else was already imported.
2024-03-14 13:15:44 -07:00
Philip Taron
b83b8a3548
lib/generators: explicitly import names from lib.attrsets
Everything used was already imported.
2024-03-14 13:15:44 -07:00
Philip Taron
9513152413
lib/generators: explicitly import names from lib.string
A couple of these were imports from `builtins`.
2024-03-14 13:15:44 -07:00
Philip Taron
a89d2ed83d
lib/generators: explicitly import names from lib
I followed the `inherit` chains in `lib/default.nix` to arrive at these imports.
2024-03-14 13:15:44 -07:00
Philip Taron
8041b9b2b3
lib/generators: builtins.isFloat is in Nix 2.3
There's a couple of aliases in play:

1. `lib.isList` is an alias for `builtins.isList`.
2. `lib.strings.concatStringsSep` is an alias for `builtins.concatStringsSep`
2024-03-14 13:15:44 -07:00
Peter Hoeg
18d2b24a84 mqttmultimeter: 1.7.0.211 -> 1.8.2.272 2024-03-14 08:14:08 -07:00
Martin Weinelt
5abc981e0b
Merge pull request #295626 from superherointj/k3s-1_24_remove
k3s_1_24, k3s_1_25: remove
2024-03-14 15:54:16 +01:00
sternenseemann
2b19e47c8b josh: 23.02.14 -> 23.12.04 2024-03-14 15:52:57 +01:00
Robert Schütz
021ac3bd54
Merge pull request #295733 from dotlambda/systembridgeconnector-4.0.4
python311Packages.systembridgeconnector: 4.0.3 -> 4.0.4
2024-03-14 14:49:10 +00:00
piegames
50ce7fc636
Merge pull request #243032: g3kb-switch: init at 1.3 2024-03-14 14:32:47 +00:00
Yureka
656c67320e
hyper-haskell: remove (#295854) 2024-03-14 15:28:49 +01:00
Weijia Wang
c9be2672ed
etcher: remove (#295853) 2024-03-14 14:25:51 +01:00
Lily Foster
ae86a507ed npmHooks.npmInstallHook: ignore bundle deps when calculating files to install
This assumes that downstream users of `buildNpmPackage` would rather our
own built `node_modules` be copied to the output rather than only the
`bundleDependencies` specified in the `package.json` file.

Having the latter behavior seems unexpected and unintuitive, and would
not work as installing from an `npm pack` is intended to (since doing
that would not do a `rebuild` step on those dependencies and it would
skip reifying a full dependency tree).
2024-03-14 14:04:51 +01:00
Weijia Wang
4d2f3636bc
Merge pull request #271916 from TornaxO7/bump/inlyne
inlyne: 0.3.2 -> 0.4.0
2024-03-14 13:57:37 +01:00
Tom McLaughlin
8eb1338a05 time-ghc-modules: 1.0.1 -> 2.0.0 2024-03-14 13:48:41 +01:00
Weijia Wang
5c43596de1
Merge pull request #295796 from r-ryantm/auto-update/opencomposite
opencomposite: unstable-2024-02-16 -> unstable-2024-03-04
2024-03-14 13:41:49 +01:00
Weijia Wang
f8e203253a
Merge pull request #292845 from wegank/photoqt-bump
photoqt: 4.2 -> 4.3
2024-03-14 13:24:53 +01:00
Ivan Mincik
7858badcfc
Merge pull request #295605 from r-ryantm/auto-update/saga
saga: 9.3.1 -> 9.3.2
2024-03-14 12:05:04 +00:00
Robert Hensing
09364e249d
Merge pull request #295378 from hercules-ci/makeDerivationArgument
make-derivation.nix: Factor out `makeDerivationArgument`
2024-03-14 13:01:35 +01:00
Weijia Wang
fe9f697fc4 opencomposite{,-helper}: move to pkgs/by-name 2024-03-14 12:45:38 +01:00
Yureka
9f26152cc3 electron: small refactors
- provide passthru.fetchedDeps for debugging
- adapt gn args for latest electron versions
- fix mechanism for applying patches for latest electron versions
2024-03-14 12:29:00 +01:00
Yureka
c076cc2157 electron_26-bin: mark as insecure 2024-03-14 12:29:00 +01:00
Yureka
044c4aa3c3 electron-source.electron_26: remove 2024-03-14 12:29:00 +01:00
Yureka
a3351dbafd electron: change default to 29.x 2024-03-14 12:29:00 +01:00
Yureka
d8545300ef electron_29: init at 29.1.2 2024-03-14 12:29:00 +01:00
Yureka
46eff96245 electron_27: 27.3.2 -> 27.3.5 2024-03-14 12:29:00 +01:00
Yureka
29c0b6e090 electron_28: 28.2.2 -> 28.2.6 2024-03-14 12:29:00 +01:00
Weijia Wang
985140986a
Merge pull request #295842 from Guanran928/clash-verge-rev
clash-verge-rev: 1.5.7 -> 1.5.8
2024-03-14 12:21:44 +01:00
Sergey Vinokurov
3a7feda68d
Update Folding@home client to 8.3.7 (#295745)
Depend re2, libevent during build sisnce 8.3.7 appears to link with
them. Depend on git because client wan’t to know what revision it
was built from.

Add zlib and expat to FHS environment because some workunits depend on
them and cause lots of rejections if those libraries are not
available. Unfortunately they don’t appear to be bundled as part
of work distribution.
2024-03-14 12:17:46 +01:00
éclairevoyant
aa607420f7
Merge pull request #294920 from eclairevoyant/citrix
citrix_workspace: 23.11.0.82 -> 24.2.0.65; remove EOL versions
2024-03-14 11:11:29 +00:00
Weijia Wang
3e33aea56d
Merge pull request #295719 from wegank/gmic-bump
gmic: 3.3.1 -> 3.3.5
2024-03-14 12:07:18 +01:00
Pol Dellaiera
272ba9d42a
Merge pull request #294026 from szlend/diesel-cli-remove-mariadb-server-dep
diesel-cli: remove dependency on mariadb server
2024-03-14 11:58:05 +01:00
Pol Dellaiera
d53c6a8157
Merge pull request #295738 from samuela/upkeep-bot/vscode-1.87.2-1710375568
vscode: 1.87.1 -> 1.87.2
2024-03-14 11:52:59 +01:00
Pol Dellaiera
5d2184dfef
Merge pull request #295786 from r-ryantm/auto-update/tailscale
tailscale: 1.60.1 -> 1.62.0
2024-03-14 11:52:28 +01:00
Pol Dellaiera
32d0e5b2bf
Merge pull request #295801 from cdepillabout/remove-me-from-codeowners
CODEOWNERS: remove cdepillabout from Haskell
2024-03-14 11:51:41 +01:00
Yaya
36c3b097e3
element-{web,desktop}: 1.11.59 -> 1.11.60 (#295640)
https://github.com/element-hq/element-web/releases/tag/v1.11.60
https://github.com/element-hq/element-desktop/releases/tag/v1.11.60
2024-03-14 11:50:05 +01:00
Thiago Kenji Okada
515721aa97
Merge pull request #292201 from lucasew/orange3/fix-setuptools
python3Packages.orange3: fix ModuleNotFoundError pkg_resources
2024-03-14 10:47:45 +00:00
Leona Maroni
7b97c01386
Merge pull request #295838 from xanderio/outline-0.75.2
outline: 0.75.0 -> 0.75.2
2024-03-14 11:36:38 +01:00
Weijia Wang
fa2c6d0898
Merge pull request #295721 from r-ryantm/auto-update/dart-sass
dart-sass: 1.71.1 -> 1.72.0
2024-03-14 11:35:59 +01:00
Weijia Wang
f93cb73f22
Merge pull request #295629 from r-ryantm/auto-update/chatblade
chatblade: 0.3.4 -> 0.4.0
2024-03-14 11:35:38 +01:00
Guanran Wang
aca93d8268
clash-verge-rev: 1.5.7 -> 1.5.8
Diff: https://github.com/clash-verge-rev/clash-verge-rev/compare/v1.5.7...v1.5.8
2024-03-14 18:20:07 +08:00
Guanran Wang
efbcf8ff4b
clash-verge: add update script 2024-03-14 18:20:07 +08:00
Yt
1a399f214e
Merge pull request #295824 from happysalada/update_helix_gpt
helix-gpt: 0.28 -> 0.31
2024-03-14 09:54:41 +00:00
Weijia Wang
bd5ddf2c6b
Merge pull request #291117 from code-supply/s3proxy-fix-darwin
s3proxy: skip tests on Darwin
2024-03-14 10:34:31 +01:00
Alexander Bantyev
55235c8501
Merge pull request #295597 from r-ryantm/auto-update/gnss-share
gnss-share: 0.7.2 -> 0.8.0
2024-03-14 13:30:36 +04:00
happysalada
9e58aca561 helix-gpt: 0.28 -> 0.31 2024-03-14 05:03:16 -04:00
Mario Rodas
2b75931c56 terraform: 1.7.4 -> 1.7.5
Diff: https://github.com/hashicorp/terraform/compare/v1.7.4...v1.7.5

Changelog: https://github.com/hashicorp/terraform/blob/v1.7.5/CHANGELOG.md
2024-03-14 18:55:22 +10:00
Andrew Bruce
2646521247
s3proxy: skip tests on Darwin
Tests block forever on Darwin, but otherwise the package builds fine.
2024-03-14 08:33:57 +00:00