1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

576303 commits

Author SHA1 Message Date
Nick Cao aa2f65e393
Merge pull request #283723 from r-ryantm/auto-update/fn-cli
fn-cli: 0.6.28 -> 0.6.29
2024-01-25 10:39:57 -05:00
Nick Cao 593062d08b
Merge pull request #283725 from r-ryantm/auto-update/isolate
isolate: 1.10 -> 1.10.1
2024-01-25 10:39:03 -05:00
Nick Cao 91ce38c0d9
Merge pull request #283671 from r-ryantm/auto-update/bkt
bkt: 0.7.1 -> 0.8.0
2024-01-25 10:37:01 -05:00
Silvan Mosberger 2c902a2b3b
Merge pull request #264450 from alejandrosame/update-bespoke-syntax
doc: Update manuals bespoke syntax
2024-01-25 16:36:41 +01:00
Nick Cao 298638d652
Merge pull request #283680 from r-ryantm/auto-update/cargo-hack
cargo-hack: 0.6.15 -> 0.6.16
2024-01-25 10:35:54 -05:00
Nick Cao 25da5afe30
Merge pull request #283682 from r-ryantm/auto-update/routinator
routinator: 0.13.0 -> 0.13.1
2024-01-25 10:35:27 -05:00
Nick Cao d16847b3f4
Merge pull request #283684 from r-ryantm/auto-update/ledger-live-desktop
ledger-live-desktop: 2.73.1 -> 2.75.0
2024-01-25 10:35:07 -05:00
Nick Cao 6b79448b76
Merge pull request #283685 from a-n-n-a-l-e-e/ocaml-packages-llvm
ocamlPackages.llvm: unpin llvmPackages_10.libllvm
2024-01-25 10:34:37 -05:00
Nick Cao 11de319002
Merge pull request #283686 from r-ryantm/auto-update/micronaut
micronaut: 4.2.3 -> 4.2.4
2024-01-25 10:34:19 -05:00
Nick Cao f1cb8a6a86
Merge pull request #283691 from dotlambda/blinkpy-0.22.6
python311Packages.blinkpy: 0.22.5 -> 0.22.6
2024-01-25 10:33:54 -05:00
Alejandro Sanchez Medina a63b9c15c9 doc: Update manuals bespoke syntax
doc: add figure definition to bespoke syntax reference

doc: add example definition to bespoke syntax reference

doc: add footnote definition to beskpoke syntax reference

The usage of footnotes in the manuals is not the one documented
in markdown-it-py: https://python-markdown.github.io/extensions/footnotes/

doc: add inline comment definition to beskpoke syntax reference

doc: add typographic replacements to beskpoke syntax reference

doc: Fix rendering of bespoke syntax reference

doc: remove references to DocBook in the NixOS manual

doc: add entry on lack of HTML support

doc: Minor improvement

doc: update typographic replacements entry in beskpoke syntax reference

doc: add link reference definitions to beskpoke syntax reference

doc: fix footnote definition in beskpoke syntax reference

doc: Minor improvements from code review

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2024-01-25 16:33:35 +01:00
figsoda 8c25d37265
Merge pull request #283683 from r-ryantm/auto-update/cargo-workspaces
cargo-workspaces: 0.3.0 -> 0.3.1
2024-01-25 10:31:32 -05:00
Nick Cao 87fb79c7f1
Merge pull request #283619 from trofi/string-machine-gcc-13-fix
string-machine: fix build against `gcc-13`
2024-01-25 10:30:31 -05:00
Nick Cao e32cee8c98
Merge pull request #283630 from 0x4A6F/master-silicon
silicon: 0.5.1 -> 0.5.2
2024-01-25 10:29:35 -05:00
Nick Cao b23ce8c1ed
Merge pull request #283645 from r-ryantm/auto-update/python311Packages.elasticsearch8
python311Packages.elasticsearch8: 8.11.1 -> 8.12.0
2024-01-25 10:27:53 -05:00
Nick Cao 19bc2b8699
Merge pull request #283650 from r-ryantm/auto-update/python311Packages.ansi
python311Packages.ansi: 0.3.6 -> 0.3.7
2024-01-25 10:27:04 -05:00
Nick Cao eb95d88ee3
Merge pull request #283655 from r-ryantm/auto-update/terraform-plugin-docs
terraform-plugin-docs: 0.17.0 -> 0.18.0
2024-01-25 10:26:07 -05:00
Silvan Mosberger f7609960db
Merge pull request #283394 from DanielSidhion/fix-dockertools-example
doc: add missing attribute to example in dockerTools
2024-01-25 16:19:30 +01:00
Silvan Mosberger 2e01672aed
Merge pull request #280520 from DanielSidhion/update-doc-conventions
doc: update conventions with repl examples and function (in|out)puts
2024-01-25 16:19:01 +01:00
DS a731d0cb71 doc: update conventions with repl examples and function (in|out)puts 2024-01-25 07:17:30 -08:00
Jörg Thalheim c8758686ec
Merge pull request #283239 from alyssais/rust-lld
rust.envVars: use wrapped LLD for aarch64 musl
2024-01-25 16:16:48 +01:00
Kevin Brubeck Unhammer ad99ac9356
doc: Note on how to use shadowSetup with buildLayeredImage (#267220)
* Note on how to use shadowSetup with buildLayeredImage

* Update doc/build-helpers/images/dockertools.section.md

---------

Co-authored-by: Silvan Mosberger <github@infinisil.com>
2024-01-25 16:10:21 +01:00
Sam 1cbd2ac8f8
doc: Fix typo in dotnet.section.md (#282685)
It should be `dotnetCorePackages.sdk_6_0`, not `dotnetCorePackages.sdk_6.0`
2024-01-25 16:06:58 +01:00
Valentin Gagarin 848f518363
doc: add types to template (#281220)
* doc: add types to template

* mention types explicitly

* use separator that allows for more items in the type declaration

Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com>

---------

Co-authored-by: Daniel Sidhion <DanielSidhion@users.noreply.github.com>
2024-01-25 16:06:24 +01:00
figsoda 5604753fc0
Merge pull request #283727 from r-ryantm/auto-update/cargo-mutants
cargo-mutants: 24.1.1 -> 24.1.2
2024-01-25 09:39:57 -05:00
Azat Bahawi d7c02773ec
Merge pull request #283749 from r-ryantm/auto-update/tbls
tbls: 1.72.1 -> 1.72.2
2024-01-25 14:26:11 +00:00
sternenseemann 65fc44c341 haskell.compiler.ghc8102Binary: remove at 8.10.2
Since 46f14d30aa, it no longer has any
users in nixpkgs.
2024-01-25 15:20:35 +01:00
OTABI Tomoya ae5c332cbb
Merge pull request #282165 from r-ryantm/auto-update/python311Packages.rtree
python311Packages.rtree: 1.1.0 -> 1.2.0
2024-01-25 23:12:00 +09:00
Matthew_Cash d7d7e123b3 nodePackages.volar: add meta.mainProgram 2024-01-25 15:08:48 +01:00
R. RyanTM 354d2267d2
terraform: 1.7.0 -> 1.7.1 (#283693) 2024-01-25 15:06:14 +01:00
Nick Cao d559047519
Merge pull request #283562 from Kiskae/nvidia/550.40.07
linuxPackages.nvidiaPackages.beta: 545.23.06 -> 550.40.07
2024-01-25 08:53:25 -05:00
Nick Cao 531192c8e2
Merge pull request #283346 from kpcyrd/sniffglue
sniffglue: enable darwin support
2024-01-25 08:52:57 -05:00
Nora Breitmoser-Widdecke 4e4f86fbcc protege-distribution: set meta.mainProgram
Make `nix run nixpkgs#protege-distribution` work even though the binary is named `run-protege`.
2024-01-25 14:52:32 +01:00
Nick Cao a899ba979e
Merge pull request #283601 from msfjarvis/hs/android-studio
androidStudioPackages: update stable and canary builds
2024-01-25 08:52:12 -05:00
Gaetan Lepage 359064396f vimPlugins.haskell-scope-highlighting-nvim: init at 2023-04-29 2024-01-25 14:51:08 +01:00
Weijia Wang df3443b573
Merge pull request #283678 from a-n-n-a-l-e-e/hobbes-update-llvm
hobbes: unpin stdenv llvm
2024-01-25 14:25:10 +01:00
OTABI Tomoya 6704d9eeab
Merge pull request #282964 from r-ryantm/auto-update/python311Packages.jupyterlab-lsp
python311Packages.jupyterlab-lsp: 5.0.1 -> 5.0.2
2024-01-25 22:19:55 +09:00
André Silva ba7d3dcba6
ledger-live-desktop: add sourceProvenance 2024-01-25 13:11:59 +00:00
Nick Cao e9780ce6c6
Merge pull request #283573 from NickCao/uhk-agent
uhk-agent: 3.2.2 -> 3.3.0
2024-01-25 07:57:29 -05:00
Nick Cao 5465c7e2d7
Merge pull request #283689 from GaetanLepage/ruff-lsp
ruff-lsp: 0.0.49 -> 0.0.50
2024-01-25 07:44:13 -05:00
Nick Cao 154964cf40
Merge pull request #283636 from r-ryantm/auto-update/zram-generator
zram-generator: 1.1.2 -> 1.1.2
2024-01-25 07:39:32 -05:00
Alyssa Ross 703c3208de pkgsStatic.libunwind: don't -mno-outline-atomics
The build failure this was added to fix doesn't happen for static
builds.
2024-01-25 13:36:45 +01:00
Sandro 744a2bcea7
Merge pull request #283754 from r-ryantm/auto-update/lscolors 2024-01-25 13:34:52 +01:00
Nick Cao 31766fca35
Merge pull request #283729 from trofi/nvidia-x11-revert-useLibs-assert
nvidia-x11: revert "add an assert that `useSettings` implies more tha…
2024-01-25 07:24:43 -05:00
Vladimír Čunát 4419fb243a
Merge #283644: thunderbird-unwrapped: 115.6.1 -> 115.7.0 2024-01-25 13:08:05 +01:00
R. Ryantm 9b2f4b164b lscolors: 0.16.0 -> 0.17.0 2024-01-25 12:05:37 +00:00
Vladimír Čunát 03cd3a6324
Merge #281828: staging-next 2024-01-18 2024-01-25 13:04:03 +01:00
Vladimír Čunát 9187b70b1e
Merge #283738: Assorted fixes for 2024-01-25
...into staging-next
2024-01-25 13:03:22 +01:00
Vladimír Čunát e70c6e6443
Merge #283726: python311Packages.levenshtein: fetch submodules
...into staging-next
2024-01-25 13:03:22 +01:00
Vladimír Čunát 3d8934d969
Merge #283666: python311Packages.scikit-learn: 1.3.2 -> 1.4.0
...into staging-next
2024-01-25 13:03:22 +01:00