summaryrefslogtreecommitdiffstats
path: root/nixos
AgeCommit message (Collapse)Author
2023-02-04Merge pull request #210902 from Yarny0/tvbrowserAnderson Torres
tvbrowser: fix, update, build from source, add small test
2023-02-04tvbrowser: build from sourceYarny0
This commit changes from a precompiled bundle to a source file. Accordingly, the expression file is renamed to `default.nix` and the old attribute name is changed to `tvbrowser`, the old one being now a throw-message. The upstream build script tries to download the news plugin; so, we provide this and pass it as a parameter. Given that this is still a piece of a precompiled Java bytecode, along with a main readable source bundle, `meta.sourceProvenance` is updated accordingly.
2023-02-04Merge pull request #199881 from Yarny0/fix-plasmaAnderson Torres
nixos/plasma: leave `displayManager.setupCommands` alone
2023-02-04Merge pull request #214193 from jnsgruk/add-multipass-pkgAnderson Torres
multipass: init at 1.11.0
2023-02-04nixos/tests/multipass: initJon Seager
2023-02-04nixos/multipass: initJon Seager
2023-02-04nixos/virtualbox-image: Allow SCSI storage controller for vSphereRobert Kovacsics
This is because vSphere version 6.7.0.51000 errors with Issues detected with selected template. Details: - 78:7:VALUE_ILLEGAL: Value ''3'' of Parent element does not refer to a ref of type DiskControllerReference. when using SATA.
2023-02-04nixos/virtualbox-image: Allow running extra commands after OVA creationRobert Kovacsics
This is useful as virtual machines can often be large files so not having duplicates/work files in /nix/store can save a lot of space.
2023-02-04Merge pull request #212199 from OPNA2608/init/miriwayNick Cao
miriway: init at unstable-2022-12-18
2023-02-04nixos/miriway: add testOPNA2608
2023-02-03Merge pull request #214230 from alyssais/tarball-show-traceMartin Weinelt
tarball: add --show-trace to nix-env command
2023-02-03channel: add --show-trace to nix-env commandAlyssa Ross
Otherwise, when this fails on Hydra, we have no way of seeing what went wrong.
2023-02-03tests/bpf: add module BTF testDominique Martinet
bpftrace 0.17 added module BTF support, check this works. On bpftrace 0.16, this failed with the following error: > ERROR: kfunc:nft_trans_alloc_gfp: no BTF data for the function
2023-02-03Merge pull request #214317 from K900/tempo-2.0K900
tempo: 1.5.0 -> 2.0.0
2023-02-03nixos/miriway: initOPNA2608
2023-02-03buildDunePackage: default to strictDeps = trueUlrik Strid
2023-02-03tempo: 1.5.0 -> 2.0.0K900
Diff: https://github.com/grafana/tempo/compare/v1.5.0...v2.0.0
2023-02-03nixos/manual: translate manpages to mdocpennae
since we want to move away from docbook and having docbook manpages around is going to block further progress we have to translate the current nixos manpages from docbook it *something* else. mdoc seems the most appropriate choice since markdown can't represent all the things manpages can differentiate with even more extensions. if we ever need html manpages we can render them using troff, like many of the online manpage viewers, or rewrite them again. since we haven't had html manpages for any of these in many years that seems unlikely to happen. unlike most of the recent markdown conversions this comes with a lot of minor rendering changes, mostly in spacing. docbook-xslt creates manual pages in a very different dialect than mdoc (which is used here).
2023-02-03Merge pull request #214199 from TheBenCollins/patch-1Nick Cao
Fix mistake in command execution parameter
2023-02-02Merge pull request #210892 from sielicki/ena280-281superherointj
linuxPackages.ena: 2.8.0 -> 2.8.2
2023-02-03Merge pull request #213782 from SuperSandro2000/stage1-extraUtilsNick Cao
nixos/stage-1: build extraUtils without compiler
2023-02-02Merge pull request #214048 from ElvishJerricco/systemd-stage-1-gzip-wrappedArtturi
2023-02-02Merge pull request #213561 from bobby285271/fix/cinnamonBobby Rong
cinnamon.cinnamon-common: various changes
2023-02-02Fix mistake in command execution parameter Ben Collins
Invoking cadvisor sent the command line parameter `-storage_driver_user` twice, once passing `cfg.storageDriverHost`. Fix the typo and pass the host config option to the command line parameter `-storage_driver_host`
2023-02-02nixos/nscd: use nsncd by defaultFlorian Klink
As announced in the NixOS 22.11 release notes, 23.05 will switch NixOS to using nsncd (a non-caching reimplementation in Rust) as NSS lookup dispatcher, instead of the buggy and deprecated glibc-provided nscd. If you need to switch back, set `services.nscd.enableNsncd = false`, but please open an issue in nixpkgs so your issue can be fixed.
2023-02-02nixos/home-assistant: Update bluetooth componentsMartin Weinelt
2023-02-02Merge pull request #213781 from 06kellyjac/traceeNick Cao
tracee: 0.10.0 -> 0.11.0
2023-02-02Merge pull request #210190 from NickCao/zram-generatorNick Cao
zram-generator: init at 1.1.2
2023-02-02Merge pull request #213626 from jamesreprise/entries-typoNick Cao
nginx: fix typo in commonHttpConfig
2023-02-02Merge pull request #209733 from Janik-Haag/master-qdmr0x4A6F
qdmr: init at 0.11.2, added janik as maintainer
2023-02-02Merge pull request #213471 from SebTM/fix/avahi_directoryNick Cao
avahi-daemon: add ConfigurationDirectory to ensure avahi, avahi/services exist
2023-02-02Merge pull request #213534 from drupol/add-prometheus-shelly-exporterThomas Gerbet
prometheus-shelly-exporter: init at 1.0.0
2023-02-01systemd stage 1: Fix gzip wrappingWill Fancher
Necessary since #209371
2023-02-01avahi-daemon: add ConfigurationDirectory to ensure "avahi/services" existsSebastian Sellmeier
2023-02-01rl-2305: Mention QDMR additionJanik H
2023-02-01prometheus-shelly-exporter: add NixOS modulePol Dellaiera
2023-02-01nixos/qdmr: initJanik H
2023-02-01hqplayerd: 4.33.0-96 -> 4.34.0-100Bernardo Meurer
2023-02-01tracee: 0.10.0 -> 0.11.006kellyjac
Diff: https://github.com/aquasecurity/tracee/compare/v0.10.0...v0.11.0 Changelog: https://github.com/aquasecurity/tracee/releases/tag/v0.11.0 Fix integration test to work with new tests
2023-02-01Merge pull request #213602 from SuperSandro2000/types.stringNick Cao
nixos/virtualisation/*: replace deprecated types.string with types.str
2023-02-01Merge pull request #213805 from Luflosi/update/linuxPackages.apfsNick Cao
linuxPackages.apfs: unstable-2022-10-20 -> 0.3.0
2023-02-01Merge pull request #213317 from kurnevsky/throttledMartin Weinelt
throttled: fix after recent update
2023-01-31Merge pull request #199731 from Luflosi/kubo-idempotenceSandro
2023-01-31Merge pull request #187994 from Izorkin/update-nginx-gzipSandro
2023-01-31linuxPackages.apfs: unstable-2022-10-20 -> 0.3.0Luflosi
https://github.com/linux-apfs/linux-apfs-rw/releases/tag/v0.3.0 I also added a `longDescription` and modified the test to verify the checksum on all metadata nodes now that it works.
2023-01-31nixos/gitea: update SystemCallFilterIzorkin
2023-01-31chrony: add gkleen as maintainer for nixos test for ptp_kvmGregor Kleen
2023-01-31chrony: add nixos test for ptp_kvmGregor Kleen
2023-01-31nixos/chrony: disable PrivateDevices settingIzorkin
2023-01-31Merge pull request #213489 from mweinelt/paperless-updateMartin Weinelt
paperless-ngx: 1.11.3 -> 1.12.2