summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Encourage +1's for prioritisation•••Adds a small text to each issue and the PR template to encourage people to use :+1:'s for issues they're also interested in. See https://github.com/NixOS/nix.dev/issues/359 for more information origin/upvote-conventionSilvan Mosberger2022-12-017-0/+30
* Merge pull request #203945 from asimpson/master•••mpd: 0.23.9 -> 0.23.11figsoda2022-12-011-2/+2
|\
| * mpd: 0.23.9 -> 0.23.11Adam Simpson2022-12-011-2/+2
* | Merge pull request #203944 from AtilaSaraiva/vkcapture•••obs-vkcapture: 1.2.1 -> 1.2.2Thiago Kenji Okada2022-12-011-2/+2
|\ \
| * | obs-vkcapture: 1.2.1 -> 1.2.2AtilaSaraiva2022-12-011-2/+2
| |/
* | nixos/redmine: add missing lib.mdDoc (#203952)Ryan Lahfa2022-12-011-8/+8
* | gitlab: 15.6.0 -> 15.6.1 (#203868)•••* gitlab: 15.6.0 -> 15.6.1 * remove attr_encrypted gemJeff Slight2022-12-016-13/+13
* | Merge pull request #203826 from figsoda/lint•••nixos/*: apply some lints from statix and nilfigsoda2022-12-0113-48/+34
|\ \
| * | nixos/invoiceplane: remove unnecessary parenthesesfigsoda2022-11-301-2/+2
| * | nixos/gammu-smsd: remove unnecessary parenthesesfigsoda2022-11-301-2/+2
| * | nixos/discourse: remove unnecessary parenthesesfigsoda2022-11-301-2/+2
| * | nixos/keepalived: remove unnecessary parenthesesfigsoda2022-11-301-4/+2
| * | nixos/user-groups: remove unnecessary parenthesesfigsoda2022-11-301-2/+2
| * | nixos/softether: apply statix suggestionsfigsoda2022-11-301-4/+4
| * | nixos/redis: simplifyfigsoda2022-11-301-7/+3
| * | nixos/prosody: simplify logicfigsoda2022-11-301-1/+1
| * | nixos/hbase: remove unnecessary parenthesisfigsoda2022-11-301-4/+4
| * | nixos/buildbot: syntax clean upfigsoda2022-11-301-4/+2
| * | nixos/crossfire-server: remove unnecessary parenthesesfigsoda2022-11-301-3/+3
| * | nixos/nixpkgs: remove unused bindingfigsoda2022-11-301-7/+2
| * | nixos/docker-image: clean up let-in bindingfigsoda2022-11-301-6/+5
* | | sapling: fix on macOS•••There were two factors here: our cargo hook was messing up the cargo config, which broke the build, and also an upstream bug where Sapling didn't work on Python 3.10. The upstream issue was filed as https://github.com/facebook/sapling/issues/279 We can get rid of the python 3.8 override as soon as this patch gets into a released version. Jade Lovelace2022-12-012-7/+53
* | | Merge pull request #203668 from LeSuisse/postgresql_jdbc-42.5.1•••postgresql_jdbc: 42.5.0 -> 42.5.1Ryan Lahfa2022-12-011-2/+2
|\ \ \
| * | | postgresql_jdbc: 42.5.0 -> 42.5.1•••Fixes CVE-2022-41946. https://github.com/pgjdbc/pgjdbc/blob/REL42.5.1/CHANGELOG.md Thomas Gerbet2022-11-291-2/+2
* | | | Merge pull request #203940 from portothree/master•••mantainers: update portothree emailfigsoda2022-12-011-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | mantainers: update portothree emailGustavo Porto2022-12-011-1/+1
|/ / /
* | | Merge pull request #202830 from r-ryantm/auto-update/dolibarr•••dolibarr: 16.0.1 -> 16.0.3Ryan Lahfa2022-12-011-2/+2
|\ \ \
| * | | dolibarr: 16.0.1 -> 16.0.3R. Ryantm2022-12-011-2/+2
* | | | Merge pull request #203731 from nagy/visidata•••visidata: 2.9.1 -> 2.10.27c6f434c2022-12-011-3/+16
|\ \ \ \
| * | | | visidata: 2.9.1 -> 2.10.2•••Changelog: https://github.com/saulpw/visidata/blob/v2.10.2/CHANGELOG.md Daniel Nagy2022-11-301-3/+16
* | | | | Merge pull request #198592 from winterqt/remove-dispatchsrht•••sourcehut.dispatchsrht: removeRyan Lahfa2022-12-016-78/+22
|\ \ \ \ \
| * | | | | sourcehut.dispatchsrht: remove•••dispatch has been deprecated since August (see https://sourcehut.org/blog/2022-08-01-dispatch-deprecation-plans/). Winter2022-11-016-78/+22
* | | | | | Merge pull request #98633 from DavHau/patch-1•••profiles: add HP Smart Array RAID scsi driver to all-hardware.nixRyan Lahfa2022-12-011-1/+1
|\ \ \ \ \ \
| * | | | | | profiles: add 'hpsa' scsi driver to all-hardware.nixDavHau2020-09-241-1/+1
* | | | | | | Merge pull request #203907 from onsails/vim-plugins•••add vimPlugins:treesjfigsoda2022-12-013-135/+148
|\ \ \ \ \ \ \
| * | | | | | | vimPlugins.nvim-treesitter: update grammarsfigsoda2022-12-011-12/+12
| * | | | | | | vimPlugins.treesj: init at 2022-12-01"Andrey Kuznetsov"2022-12-012-0/+13
| * | | | | | | vimPlugins: update"Andrey Kuznetsov"2022-12-011-123/+123
* | | | | | | | Merge pull request #117371 from grahamc/sysctl-hostname•••network-interfaces: set hostname from sysctl if definedRyan Lahfa2022-12-011-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | network-interfaces: set hostname from sysctl if defined•••The `networking.hostname` option was changed to not permit periods in names, due to a strict reading of RFC 1123. For users who need the hostname to be fully qualified, the networking.hostName option suggests using boot.kernel.sysctl."kernel.hostname" as a workaround. This option works correctly at boot time, but every "nixos-rebuild switch" will change the hostname back to the unqualified version. This commit brings the activation script in line with the documentation's recommendation. Graham Christensen2021-03-231-3/+4
* | | | | | | | | Merge pull request #118036 from jluttine/add-jupyter-kernel-env•••nixos/jupyter: add env kernel optionRyan Lahfa2022-12-013-3/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/jupyter: make kernel options freeform JSONJaakko Luttinen2022-10-143-3/+5
| * | | | | | | | | nixos/jupyter: add env kernel optionJaakko Luttinen2022-10-141-1/+10
* | | | | | | | | | Merge pull request #140840 from erdnaxe/isso_hardening•••nixos/isso: systemd unit hardeningRyan Lahfa2022-12-011-0/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nixos/isso: systemd unit hardeningAlexandre Iooss2021-10-071-0/+22
* | | | | | | | | | | Merge pull request #203849 from figsoda/nil•••nil: 2022-11-15 -> 2022-12-01figsoda2022-12-011-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nil: 2022-11-15 -> 2022-12-01•••Diff: https://github.com/oxalica/nil/compare/2022-11-15...2022-12-01 figsoda2022-11-301-3/+3
* | | | | | | | | | | | Merge pull request #171930 from felixsinger/module/redmine/add-component-configs•••nixos/redmine: Rework moduleRyan Lahfa2022-12-011-14/+71
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nixos/redmine: Fix PNG generation of Gant diagrams•••The Ruby gem `minimagick` is used to export Gant diagrams as PNG. However, minimagick can't find a font and Redmine throws an error. The setting `minimagick_font_path` allows configuring a path to a font file in the Redmine configuration. Thus, add the option `services.redmine.components.minimagick_font_path` allowing to do that. Also, add an assertion to check if `services.redmine.components.minimagick_font_path` is set when imagemagick is enabled. Signed-off-by: Felix Singer <felixsinger@posteo.net> Felix Singer2022-05-151-0/+11
| * | | | | | | | | | | | nixos/redmine: Configure imagemagick_convert_command•••For completeness, configure the setting `imagemagick_convert_command` in the Redmine configuration file. Signed-off-by: Felix Singer <felixsinger@posteo.net> Felix Singer2022-05-151-0/+1