Commit Graph

438845 Commits

Author SHA1 Message Date
Robert Hensing
d103811173 lib.isStringLike: Remove use of list
In the current implementation of Nix, this list would be allocated
over and over. Iirc pennae tried to optimize static list allocation,
but gained no significant performance improvement.
2022-12-31 01:33:47 +01:00
Robert Hensing
d0d0f7d0aa lib: Add isPath
Available since Nix 2.3, which is the Nixpkgs minimum version.
Thanks zimbatm!
2022-12-31 01:33:47 +01:00
Robert Hensing
23c25d5231 lib.strings.isConvertibleWithToString: Refactor to reuse isStringLike 2022-12-31 01:33:47 +01:00
Robert Hensing
834f0d660a lib.strings: isMoreCoercibleString -> isConvertibleWithToString
Yes, this function name is inconveniently long, but it is important
for the name to explicitly reference the function and not be mistaken
for the implicit string conversions, which only happen for a smaller
set of values.
2022-12-31 01:33:47 +01:00
Robert Hensing
872a24ebbc lib.strings: isSimpleCoercibleString -> isStringLike 2022-12-31 01:33:46 +01:00
Robert Hensing
5b8de3d9d8 nixos/self-deploy: Cleanup after types.path is not allowed to be a list anymore 2022-12-31 01:03:25 +01:00
Robert Hensing
29efb2c438 lib.types.path: Do not allow lists of strings 2022-12-31 01:03:24 +01:00
Robert Hensing
fed5dc66f8 treewide: isCoercibleToString -> isMoreCoercibleToString
No change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing
68b6443ed6 lib.strings: Rename isCoercibleToString -> isMoreCoercibleToString 2022-12-31 01:03:24 +01:00
Robert Hensing
3a4c9bdbe6 lib.types.anything: Use isSimpleCoercibleToString
Expecting no change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing
03063f65a5 lib.strings.toShellVar: Use isSimpleCoercibleString
Expecting no change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing
2b4a8db032 lib.strings.isStorePath: Use isSimpleCoercibleToString
Expecting no change in behavior.
2022-12-31 01:03:24 +01:00
Robert Hensing
67cfc7a8f6 lib.strings: Add isSimpleCoercibleToString 2022-12-31 01:03:23 +01:00
maralorn
393bdd70e2
Merge pull request #208126 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-12-30 23:51:37 +01:00
Robert Scott
dbcdb31d05
Merge pull request #207278 from LeSuisse/pactester-1.4.0
pacparser: 1.3.7 -> 1.4.0
2022-12-30 22:51:20 +00:00
maralorn
5bbfefc294 haskellPackages.hls-call-hierarchy-plugin: Add assert to reenable on upstream fix 2022-12-30 23:50:02 +01:00
Dmitry Kalinkin
4527d89f4e
texlive: 2021-final -> 2022.20221227 (#208313) 2022-12-30 17:47:58 -05:00
Nick Cao
f12a7d932d binutils: gold is not available for riscv target 2022-12-30 23:38:13 +01:00
maralorn
7bc38b9128 haskell.packages.ghc810.haskell-language-server: Fix eval 2022-12-30 23:29:47 +01:00
figsoda
f7c85bd720
Merge pull request #208411 from atorres1985-contrib/small-fixups
gay: 1.2.8 -> 1.2.9
2022-12-30 16:54:25 -05:00
Fabian Affolter
f46de07b45
Merge pull request #208334 from fabaff/pyskyqremote-bump
python310Packages.pyskyqremote: 0.3.22 -> 0.3.23
2022-12-30 22:49:42 +01:00
Fabian Affolter
2faf09e15a
Merge pull request #208335 from fabaff/lightwave2-bump
python310Packages.lightwave2: 0.8.17 -> 0.8.18
2022-12-30 22:49:30 +01:00
Fabian Affolter
bb164df07a
Merge pull request #208340 from fabaff/qovery-cli-bump
qovery-cli: 0.47.2 -> 0.48.1
2022-12-30 22:49:20 +01:00
Fabian Affolter
19d541c76b
Merge pull request #208378 from fabaff/whodap-bump
python310Packages.whodap: 0.1.6 -> 0.1.7
2022-12-30 22:44:58 +01:00
Fabian Affolter
0f47000809
Merge pull request #208390 from jpetrucciani/add_notion-client
python3Packages.notion-client: init at 2.0.0
2022-12-30 22:44:20 +01:00
Jacek Galowicz
869545857f
Merge pull request #208354 from bjornfor/nixos-test-driver-quote-shell-args
nixos/test-driver: quote some shell command lines
2022-12-30 22:41:04 +01:00
Guillaume Girol
73247b7ed6
Merge pull request #207990 from tjni/gnirehtet
gnirehtet: patch for recent rust versions
2022-12-30 21:40:19 +00:00
AndersonTorres
170cf11b98 gay: 1.2.8 -> 1.2.9 2022-12-30 18:33:00 -03:00
Fabian Affolter
74bfc2eb03
Merge pull request #208382 from fabaff/teslajsonpy-bump
python310Packages.teslajsonpy: 3.7.0 -> 3.7.1
2022-12-30 22:23:37 +01:00
Fabian Affolter
b2bc3f29a5
Merge pull request #208392 from r-ryantm/auto-update/python310Packages.python-benedict
python310Packages.python-benedict: 0.27.1 -> 0.28.0
2022-12-30 22:22:59 +01:00
maralorn
8d8281cc56 haskellPackages.brittany: Remove outdated override 2022-12-30 22:16:21 +01:00
maralorn
ef43bede6d haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-12-30 22:06:21 +01:00
Sandro
cccb11da53
Merge pull request #208361 from aacebedo/aacebedo/vivaldi_wayland 2022-12-30 22:03:34 +01:00
Sandro
f4916e1bed
Merge pull request #206717 from gador/pinegrow-7 2022-12-30 22:01:41 +01:00
Florian
61e561d80f
cups-brother-hll2375dw: init at 4.0.0-1 (#204306)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-30 22:01:06 +01:00
Sandro
428a03f8dd
Merge pull request #207406 from gador/pgadmin-6.18 2022-12-30 21:58:54 +01:00
figsoda
b1ebdd3c75
Merge pull request #208381 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.140 -> 3.0.141
2022-12-30 15:28:30 -05:00
Anderson Torres
5f8f8426dc
Merge pull request #208374 from atorres1985-contrib/ventoy
ventoy-bin: remove `inherit (libsForQt5)` reference on all-packages.nix
2022-12-30 17:07:17 -03:00
Aaron Andersen
e751f1eba8
Merge pull request #208235 from anund/update_devilutionx
devilutionx: 1.4.0 -> 1.4.1
2022-12-30 15:02:49 -05:00
Anderson Torres
52f11dd920
Merge pull request #208389 from sternenseemann/cbqn-lib
cbqn: install headers and shared library
2022-12-30 17:02:27 -03:00
Anderson Torres
a34638414d
Merge pull request #208394 from r-ryantm/auto-update/ares
ares: 130.1 -> 131
2022-12-30 17:01:48 -03:00
figsoda
33bd4c9c07
Merge pull request #208337 from r-ryantm/auto-update/git-machete
git-machete: 3.13.0 -> 3.13.2
2022-12-30 14:50:11 -05:00
Naïm Favier
fe51ed28f3
Merge pull request #208033 from ncfavier/systemd-boot-skip-regression 2022-12-30 20:45:56 +01:00
maralorn
581eb662d7 Merge branch 'master' into haskell-updates 2022-12-30 20:39:23 +01:00
maralorn
08ff7cc5b7 haskellPackages.hspec_2_7_10: Disable distribution of broken package 2022-12-30 20:38:53 +01:00
maralorn
0f72dd1f0b haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2022-12-30 20:36:22 +01:00
figsoda
293a28df6d
Merge pull request #208388 from KyleOndy/add-kyleondy-to-spaceship-maintainers
spaceship-prompt: add kyleondy as maintainer
2022-12-30 14:23:29 -05:00
figsoda
b4d8bdee40
Merge pull request #206917 from KyleOndy/fix-spaceship
spaceship-prompt: 3.16.7 -> 4.12.0
2022-12-30 14:20:13 -05:00
Martin Weinelt
d8c95bda33
Merge pull request #208395 from r-ryantm/auto-update/ansible-language-server 2022-12-30 19:48:15 +01:00
R. Ryantm
2996b0e328 ansible-language-server: 1.0.3 -> 1.0.4 2022-12-30 18:42:33 +00:00