3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

421350 commits

Author SHA1 Message Date
Bobby Rong 5e661b61dd
Merge pull request #197902 from bobby285271/pantheon
pantheon.switchboard-plug-display: 2.3.2 -> 2.3.3
2022-10-26 22:12:33 +08:00
R. Ryantm 5bdb380ee7 tbls: 1.56.3 -> 1.56.4 2022-10-26 21:59:46 +08:00
R. Ryantm 56695caa41 kyverno: 1.8.0 -> 1.8.1 2022-10-26 21:59:00 +08:00
R. Ryantm 4c6b820862 chain-bench: 0.1.4 -> 0.1.6 2022-10-26 21:58:28 +08:00
Sarah Brofeldt af484ef1c4 nixos/tests/kafka: Fix tests
Requires new flags that works across all versions
Drops unused 0.9 compat
2022-10-26 15:41:40 +02:00
Sarah Brofeldt 425e707bb2 apacheKafka: Fix passthru of jre
This unbreaks the NixOS module and tests that rely on the value in order
to map the desired kafka version to a supported jre
2022-10-26 15:41:40 +02:00
Jiajie Chen d4c4f87e04 gnuradio: add jiegec as maintainer 2022-10-26 21:30:56 +08:00
Jiajie Chen 996098b653 gnuradio3_9Packages: fix alias 2022-10-26 21:30:56 +08:00
Jiajie Chen 40ebb33f6b gnuradio3_8Packages.grnet: fix compilation on darwin 2022-10-26 21:30:56 +08:00
Jiajie Chen fffa532feb gnuradio3_8Packages.osmosdr: add missing framework on darwin 2022-10-26 21:30:53 +08:00
Jiajie Chen 4e41708518 gnuradio: fix build on darwin 2022-10-26 21:28:56 +08:00
Jiajie Chen 7025406707 qwt: fix dylib names on darwin
Change dylib name to absoulate path on darwin.
2022-10-26 21:28:56 +08:00
Jiajie Chen d33f9be4c7 libad9361: unbreak on darwin 2022-10-26 21:28:56 +08:00
Jiajie Chen a4fc59a477 libiio: unbreak on darwin 2022-10-26 21:28:56 +08:00
Jiajie Chen 7c9a97cbff libiio: 0.23 -> 0.24 2022-10-26 21:28:56 +08:00
Silvan Mosberger 9bfc4bbd63 lib: Automatically generate lib.filesytem docs 2022-10-26 15:10:47 +02:00
Martin Weinelt 8167d512ed
Merge pull request #197896 from wegank/meerk40t-darwin 2022-10-26 15:03:10 +02:00
Bernardo Meurer 4fe607f9f8
Merge pull request #194551 from martinetd/pahole 2022-10-26 15:00:17 +02:00
Bobby Rong 299731eff4
pantheon.switchboard-plug-display: 2.3.2 -> 2.3.3 2022-10-26 20:47:15 +08:00
R. Ryantm bccba76ece pantheon.switchboard-plug-security-privacy: 2.4.0 -> 2.4.1 2022-10-26 20:43:44 +08:00
Thiago Kenji Okada 73ba4de363
Merge pull request #175128 from davidak/doc-graphical-installer
nixos/doc: improve install instructions
2022-10-26 13:42:48 +01:00
Weijia Wang 076d365c80 meerk40t: fix build on aarch64-darwin 2022-10-26 14:36:05 +02:00
Sandro 216a1bfb13
Merge pull request #197790 from Kranzes/mattermost 2022-10-26 14:33:01 +02:00
Sandro f3610b3624
Merge pull request #196763 from reckenrode/moltenvk-bump 2022-10-26 14:29:55 +02:00
Fabian Affolter 9ee8c10ec9
Merge pull request #197860 from fabaff/hahomematic-bump
python310Packages.hahomematic: 2022.10.9 -> 2022.10.10
2022-10-26 14:28:56 +02:00
Fabian Affolter d4db1bb825
Merge pull request #197852 from fabaff/chacha20poly1305
python310Packages.chacha20poly1305: init at 0.0.3
2022-10-26 14:27:42 +02:00
Fabian Affolter 9923be16d1
Merge pull request #197854 from fabaff/angr-bump
python310Packages.angr: 9.2.23 -> 9.2.24
2022-10-26 14:27:13 +02:00
Fabian Affolter 6d0849d2f4
Merge pull request #197857 from fabaff/python-bsblan
python310Packages.python-bsblan: init at 0.5.6
2022-10-26 14:26:55 +02:00
Sandro 8e75d721c2
Merge pull request #197778 from r-ryantm/auto-update/limesctl 2022-10-26 14:26:02 +02:00
davidak f701bd5986 nixos/doc: improve install instructions
- Update download URLs
- Replace "USB stick"/"USB Drive" with "USB flash drive" as that seem more correct

  https://en.wikipedia.org/wiki/USB_flash_drive
  https://elementary.io/docs/installation#choose-operating-system

- Don't mention CD as easiest option anymore,
  as all modern systems should be able to boot from USB,
  but many don't have a CD drive. Burning CDs is also usually wasteful as you
  can't burn them again.
- Remove link to NixOS Wiki (Making_the_installation_media) as it is not needed
- Add Etcher and USBImager as graphical tools to create install drive
- Make dd command consistent and use block size of 4 MB for faster flashing
- More consistent text
- Add instructions for "Booting from the install medium"

  Inspired by 9a91b0f495/docs/installation.md (booting-from-the-install-drive-booting-from-the-installation-medium-clear-float-2)

- Add instructions for "Graphical Installation"
- Restructure headings and anchors for "Manual Installation"
- Adding legacy anchors for "Manual Installation" to not break links

Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Robert Schütz <github@dotlambda.de>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
Co-authored-by: Thiago Kenji Okada <thiagokokada@gmail.com>
2022-10-26 14:22:15 +02:00
R. Ryantm 0f3a2aa329 patchelfUnstable: unstable-2022-07-16 -> unstable-2022-10-26 2022-10-26 11:50:01 +00:00
R. Ryantm e0afb10f18 oh-my-zsh: 2022-10-24 -> 2022-10-25 2022-10-26 11:32:54 +00:00
R. Ryantm 9adf498341 dnsproxy: 0.46.1 -> 0.46.2 2022-10-26 11:23:32 +00:00
piegames b3c0c4979e
Merge pull request #197629: gnomeExtensions: auto-update 2022-10-26 13:16:51 +02:00
Mario Rodas bf3f082add
Merge pull request #197875 from r-ryantm/auto-update/brev-cli
brev-cli: 0.6.130 -> 0.6.138
2022-10-26 06:15:03 -05:00
R. Ryantm d3fe2ba37b ctlptl: 0.8.9 -> 0.8.10 2022-10-26 11:13:43 +00:00
Mario Rodas 5707d97764
Merge pull request #197882 from r-ryantm/auto-update/civo
civo: 1.0.40 -> 1.0.41
2022-10-26 06:12:57 -05:00
Mario Rodas 6fc17eb2ba
Merge pull request #197856 from emilytrau/avrlibc-2.1.0
avrlibc: 2.0.0 -> 2.1.0
2022-10-26 06:12:02 -05:00
06kellyjac 07ff3b1737 tracee: 0.8.3 -> 0.9.2
Use our built copy of libbpf.a
2022-10-26 12:11:44 +01:00
Bernardo Meurer 225134a91a
Merge pull request #197853 from emilytrau/binutils-avr-size 2022-10-26 13:11:28 +02:00
Mario Rodas 7257bc9733
Merge pull request #197448 from wegank/egg2nix-aarch64-darwin
chickenPackages.egg2nix: fix build on aarch64-darwin
2022-10-26 06:09:19 -05:00
Mario Rodas aa95d63523
Merge pull request #197484 from r-ryantm/auto-update/xmrig
xmrig: 6.18.0 -> 6.18.1
2022-10-26 06:07:45 -05:00
Mario Rodas c3cf258cdb
Merge pull request #197504 from chvp/fix-zeroad-build
zeroad: fix build
2022-10-26 06:07:02 -05:00
Francesco Gazzetta 85804486b8
Merge pull request #197836 from r-ryantm/auto-update/bloat
bloat: unstable-2022-09-23 -> unstable-2022-10-25
2022-10-26 11:05:53 +00:00
Mario Rodas 28b2cf30d4
Merge pull request #197528 from wegank/moto-aarch64-darwin
python310Packages.moto: disable failing tests
2022-10-26 06:04:32 -05:00
Mario Rodas c0a9814832
Merge pull request #197563 from qbit/got-0.77
got: 0.76 -> 0.77
2022-10-26 06:01:29 -05:00
Mario Rodas 291fb44408
Merge pull request #197558 from r-ryantm/auto-update/clickhouse-backup
clickhouse-backup: 2.1.1 -> 2.1.2
2022-10-26 06:01:01 -05:00
Mario Rodas 832c9974ba
Merge pull request #197669 from r-ryantm/auto-update/python310Packages.hcloud
python310Packages.hcloud: 1.18.0 -> 1.18.1
2022-10-26 05:58:20 -05:00
Christian Kemper 9921395439 pulumi-bin: 3.43.1 -> 3.44.1 2022-10-26 11:54:42 +01:00
Mario Rodas 3f6dc8a92a
Merge pull request #197581 from wegank/freefilesync-11.27
freefilesync: 11.26 -> 11.27
2022-10-26 05:54:14 -05:00