about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2022-12-07stratisd: 3.4.1 -> 3.4.2Nick Cao1-3/+3
2022-12-06Merge pull request #204895 from atorres1985-contrib/joveAnderson Torres1-10/+15
jove: 4.17.4.6 -> 4.17.4.7
2022-12-06jove: 4.17.4.6 -> 4.17.4.7AndersonTorres1-10/+15
2022-12-07Merge pull request #188839 from muscaln/tiled-bumpSandro1-7/+53
2022-12-07Merge pull request #197566 from dit7ya/zincsearchSandro2-0/+58
2022-12-07mkshell: refactor Bash snippetGreg Pfeil1-7/+8
I’ve been using https://github.com/Fuuzetsu/shellcheck-nix-attributes on most of my derivations, and attaching it to one derived from `mkShell` resulted in ``` shellcheck_buildPhase In /nix/store/8774inwznc87dwhac90winc9b5k6gmkb-nix-shell_shellcheck_buildPhase line 1: echo "------------------------------------------------------------" >>$out ^-- SC2129 (style): Consider using { cmd1; cmd2; } >> file instead of individual redirects. ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: echo "------------------------------------------------------------" >>"$out" In /nix/store/8774inwznc87dwhac90winc9b5k6gmkb-nix-shell_shellcheck_buildPhase line 2: echo " WARNING: the existence of this path is not guaranteed." >>$out ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: echo " WARNING: the existence of this path is not guaranteed." >>"$out" In /nix/store/8774inwznc87dwhac90winc9b5k6gmkb-nix-shell_shellcheck_buildPhase line 3: echo " It is an internal implementation detail for pkgs.mkShell." >>$out ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: echo " It is an internal implementation detail for pkgs.mkShell." >>"$out" In /nix/store/8774inwznc87dwhac90winc9b5k6gmkb-nix-shell_shellcheck_buildPhase line 4: echo "------------------------------------------------------------" >>$out ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: echo "------------------------------------------------------------" >>"$out" In /nix/store/8774inwznc87dwhac90winc9b5k6gmkb-nix-shell_shellcheck_buildPhase line 5: echo >> $out ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: echo >> "$out" In /nix/store/8774inwznc87dwhac90winc9b5k6gmkb-nix-shell_shellcheck_buildPhase line 7: export >> $out ^--^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: export >> "$out" For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... https://www.shellcheck.net/wiki/SC2129 -- Consider using { cmd1; cmd2; } >>... ``` ——— https://garnix.io/build/qgxbameB This addresses the shellcheck complaints.
2022-12-07Merge pull request #201379 from SuperSandro2000/mpv-unwrappedSandro1-40/+33
2022-12-07jtag-remote-server: unstable-2022-06-09 -> 1.2Nick Cao1-3/+3
2022-12-06Merge pull request #204870 from tjni/httplzfigsoda1-0/+10
httplz: fix for rust 1.65
2022-12-06Merge pull request #204860 from luxus/netbird-0-11-4figsoda1-2/+2
netbird: 0.11.3 -> 0.11.4
2022-12-07Add BORG_RSH entry under an environment optionYoan Tournade1-1/+1
2022-12-06Merge pull request #204370 from atorres1985-contrib/mame-refactorThiago Kenji Okada3-43/+58
mame: refactor
2022-12-06Merge #203682: linux: further cleanup config after drop of 4.9Vladimír Čunát3-20/+14
2022-12-06Merge pull request #194443 from pborzenkov/libnfs-pthreadSandro1-2/+17
2022-12-06Merge pull request #192633 from cidkidnix/android-muldefsJohn Ericson1-9/+10
Add muldefs to ldFlags, and fix GHC targetPrefix on android
2022-12-06mame: revert the use of substituteAll to substituteInPlaceAndersonTorres1-5/+8
2022-12-06mame: refactorAndersonTorres3-47/+59
- Use mame icon from papirus instead of downloading one from Archlinux packages; - Rename the diff file to something more self-documenting; - Add longDescription to mame; - Add description to mame-tools; - Get rid of top-level inheritance.
2022-12-06Merge pull request #204765 from ylh/patch-p9p-bumpAnderson Torres1-4/+4
plan9port: 2021-10-19 -> 2022-09-12
2022-12-06Merge pull request #204243 from GaetanLepage/update-invidiousSandro1-3/+3
2022-12-06httplz: fix for rust 1.65Theodore Ni1-0/+10
2022-12-06mdds: Get source archives from gitlab (#204729)endgame1-6/+11
2022-12-06Merge pull request #204728 from anna328p/lexend-updateSandro1-5/+5
2022-12-06Merge pull request #202909 from symphorien/ipp-usbSandro4-0/+108
2022-12-06Merge pull request #204247 from r-ryantm/auto-update/json-schema-for-humansFabian Affolter1-3/+4
json-schema-for-humans: 0.42.1 -> 0.44
2022-12-06Merge pull request #204159 from wegank/ugarit-darwinArtturi3-2/+1
ugarit, ugarit-manifest-maker: fix build on aarch64-darwin
2022-12-06Merge pull request #204214 from wegank/wxgtk30-gtk2-dropArtturi23-56/+49
treewide: drop wxGTK30-gtk2
2022-12-06Merge pull request #203895 from MGenerowicz/patch-9André Silva1-2/+2
ledger-live-desktop: 2.49.2 -> 2.50.0
2022-12-06netbird: 0.11.3 -> 0.11.4luxus1-2/+2
2022-12-06android-ndk: change to targetPrefixcidkidnix1-10/+9
2022-12-06Merge pull request #204777 from r-ryantm/auto-update/python310Packages.db-dtypesSandro1-2/+3
2022-12-06androidenv: use emulator from the path that makes it find qemu (#202088)Léo Gaspard1-0/+6
2022-12-06nixos/ipp-usb: add moduleGuillaume Girol2-0/+64
2022-12-06ipp-usb: init at 0.9.23Guillaume Girol2-0/+44
2022-12-06Merge pull request #204330 from jvanbruegge/isabelle-fix-componentsSandro2-30/+17
2022-12-06Merge pull request #204739 from r-ryantm/auto-update/jujutsu0x4A6F1-3/+3
jujutsu: 0.5.1 -> 0.6.0
2022-12-06Merge pull request #204689 from trofi/qt6Packages.qtwayland-without-xlibsWrapperSergei Trofimovich1-2/+1
qt6Packages.qtwayland: drop unused xlibsWrapper
2022-12-06Merge pull request #204687 from trofi/qt6Packages.qtbase-without-xlibsWrapperSergei Trofimovich1-2/+0
qt6Packages.qtbase: drop unused xlibsWrapper
2022-12-06Merge pull request #204813 from wackbyte/bump-gitlensfigsoda1-2/+2
vscode-extensions.eamodio.gitlens: 2022.11.2204 -> 2022.12.604
2022-12-06Merge pull request #203671 from symphorien/bindgenhookGuillaume Girol11-39/+14
treewide: use bindgenhook where possible
2022-12-06Merge pull request #204648 from figsoda/mmtcfigsoda1-3/+3
mmtc: 0.3.0 -> 0.3.1
2022-12-06Merge pull request #199393 from r-ryantm/auto-update/open-policy-agentlewo1-2/+2
open-policy-agent: 0.45.0 -> 0.47.0
2022-12-06treewide: use bindgenhook where possibleGuillaume Girol11-39/+14
2022-12-06Merge pull request #204755 from fabaff/cryptolyzer-bumpFabian Affolter2-13/+24
python310Packages.cryptoparser: 0.8.0 -> 0.8.2, python310Packages.cryptolyzer: 0.8.1 -> 0.8.2
2022-12-06isabelle: fix build on MacOSJan van Brügge1-2/+3
2022-12-06Merge pull request #204742 from ↵Fabian Affolter1-3/+8
r-ryantm/auto-update/python3.10-docstring-to-markdown python310Packages.docstring-to-markdown: 0.10 -> 0.11
2022-12-06Merge pull request #144455 from Twingate/masterWael Nasreddine7-0/+98
2022-12-06Merge pull request #196389 from fgaz/yaup/initFrancesco Gazzetta2-0/+49
yaup: init at unstable-2019-10-16
2022-12-06Merge pull request #204817 from sumnerevans/matrix-synapse-1.73Martin Weinelt1-3/+3
2022-12-06Merge pull request #204800 from mathieupost/patch-4figsoda2-5/+3
go-mockery: 2.14.1 -> 2.15.0
2022-12-06Merge pull request #204792 from kilianar/hugo-0.108.0figsoda1-3/+3
hugo: 0.107.0 -> 0.108.0