Tom
|
5409235160
|
nixos/iio: mention iio-sensor-proxy in option description
In https://github.com/NixOS/nixpkgs/pull/131094 I mistakenly created a new NixOS module for iio-sensor-proxy because I did not know about `hardware.sensor.iio`.
To help people find `hardware.sensor.iio`, include the string "iio-sensor-proxy" in the description.
To search for an iio-sensor-proxy module, I tried in vain:
* `find -iname '*iio-sensor-proxy*'`
* https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&query=iio-sensor-proxy
* This PR will ensure this search query finds `hardware.sensor.iio`
|
2021-07-23 11:10:30 +10:00 |
|
Ryan Mulligan
|
b8d3210113
|
Merge pull request #130852 from seqizz/g_clipcat
nixos/clipcat: add user service module
|
2021-07-20 18:56:21 -07:00 |
|
Gürkan Gür
|
d3c568e16a
|
nixos/clipcat: add user service module
|
2021-07-20 21:40:58 +02:00 |
|
github-actions[bot]
|
61eb7e2e9e
|
Merge master into staging-next
|
2021-07-20 18:01:04 +00:00 |
|
Graham Christensen
|
da9f3c0598
|
Merge pull request #130291 from DeterminateSystems/buildkite-agent-metrics
buildkite-agent-metrics: init at 5.2.1, nixos/prometheus-buildkite-agent-exporter: init
|
2021-07-20 12:22:45 -04:00 |
|
Domen Kožar
|
314f595ab1
|
Merge pull request #130538 from Ma27/bump-nixstable
nixStable: 2.3.12 -> 2.3.14
|
2021-07-20 17:09:20 +02:00 |
|
Maximilian Bosch
|
e66237af15
|
nixStable: 2.3.12 -> 2.3.14
Changes: https://github.com/NixOS/nix/compare/2.3.12...2.3.14
Since this is a bugfix release that wasn't pushed to `nixpkgs`, I
decided to take care of it.
As it's usually done in `upload-release.pl`[1], I updated the
fallback-paths accordingly and used eval `1687468`[2] for this with Nix
2.3.14.
Also added a fallback-path for `aarch64-darwin` as Nix 2.3.14 seems to
support this now[3].
[1] https://github.com/NixOS/nix/blob/2.3-maintenance/maintainers/upload-release.pl
[2] https://hydra.nixos.org/eval/1687468
[3] 14262b86cc
|
2021-07-20 17:06:51 +02:00 |
|
Maximilian Bosch
|
72d1d4cb20
|
Merge pull request #130778 from mayflower/tigervnc-tests-and-no-proprietary-fonts
Tigervnc tests and no proprietary fonts
|
2021-07-20 17:00:09 +02:00 |
|
Ingo Blechschmidt
|
5143ab9f74
|
tigervnc, tightvnc: add basic tests
Co-Authored-By: Ingo Blechschmidt <iblech@web.de>
|
2021-07-20 15:22:31 +02:00 |
|
github-actions[bot]
|
3202dd166c
|
Merge master into staging-next
|
2021-07-20 12:02:05 +00:00 |
|
Sandro
|
bf93d660cc
|
Merge pull request #130288 from ju1m/sanoid
nixos/sanoid: fix submodule aliases
|
2021-07-20 10:21:51 +02:00 |
|
github-actions[bot]
|
680d6a235f
|
Merge master into staging-next
|
2021-07-20 06:01:02 +00:00 |
|
embr
|
8e6c4f9a2e
|
nixos/cri-o: Remove unnecessary lib. qualifiers
We're already using `with lib` here, so we can just say `mkOption`, etc.
|
2021-07-20 15:35:45 +10:00 |
|
embr
|
1cf78b53af
|
nixos/cri-o: Add RFC42 'settings' option
|
2021-07-20 15:35:45 +10:00 |
|
github-actions[bot]
|
fcf9b87af0
|
Merge master into staging-next
|
2021-07-20 00:01:47 +00:00 |
|
Pierre Bourdon
|
cbe99c7fac
|
nixos/agetty: allow overriding the login program
|
2021-07-19 16:02:46 -07:00 |
|
Bernardo Meurer
|
eb5076a68e
|
Merge pull request #130616 from zhaofengli/klipper-tweaks
nixos/klipper: Tweaks
|
2021-07-19 14:46:30 -07:00 |
|
github-actions[bot]
|
c0cb54f9ee
|
Merge master into staging-next
|
2021-07-19 18:01:10 +00:00 |
|
Cole Helbling
|
88fb6d25d8
|
nixos/prometheus-buildkite-agent-exporter: init
|
2021-07-19 08:35:58 -07:00 |
|
Jörg Thalheim
|
58128d690d
|
Merge pull request #130633 from zimbatm/k3s-configPath
nixos/k3s: add configPath option
|
2021-07-19 15:22:50 +01:00 |
|
Ben Siraphob
|
d53846e29e
|
Merge pull request #130583 from jvanbruegge/isabelle2021
Isabelle: 2020 -> 2021
|
2021-07-19 20:56:48 +07:00 |
|
zimbatm
|
efbd199ffb
|
nixos/k3s: add configPath option
This is useful when the whole k3s config is generated on boot. The
server address or token might be dynamically injected using user-data.
|
2021-07-19 13:40:58 +02:00 |
|
Zhaofeng Li
|
0c83078825
|
nixos/klipper: Allow configuring --input-tty and --api-server
This also makes it easy for other modules to get the correct
path to the virtual printer.
|
2021-07-19 02:30:25 -07:00 |
|
Zhaofeng Li
|
11313bc65d
|
nixos/klipper: Allow overriding the Klipper package
|
2021-07-19 02:30:25 -07:00 |
|
Zhaofeng Li
|
94536fd6e3
|
nixos/klipper: Allow specifying arbitrary user/group
This paves the way for alternative integrations such as
Moonraker.
|
2021-07-19 02:30:25 -07:00 |
|
github-actions[bot]
|
9c688591fc
|
Merge master into staging-next
|
2021-07-19 06:01:30 +00:00 |
|
Elis Hirwing
|
bfef28861d
|
Merge pull request #130528 from etu/init-hockeypuck
hockeypuck: init at 2.1.0
|
2021-07-19 07:54:11 +02:00 |
|
Elis Hirwing
|
f8b6ba005e
|
nixos/tests: Init hockeypuck tests
|
2021-07-19 07:33:03 +02:00 |
|
Elis Hirwing
|
09a49354b6
|
nixos/hockeypuck: Add service for hockeypuck
|
2021-07-19 07:33:01 +02:00 |
|
github-actions[bot]
|
dc802b2e19
|
Merge master into staging-next
|
2021-07-19 00:01:36 +00:00 |
|
Jan van Brügge
|
9111bd40b2
|
isabelle: 2020 -> 2021
|
2021-07-18 23:51:36 +02:00 |
|
Sandro
|
d5bd34ebf2
|
treewide: convert phases that contain ":" to dont* = true (#130500)
|
2021-07-18 23:42:48 +02:00 |
|
Maxine Aubrey
|
1bc6f38000
|
nixos/doc: update EOL of 21.11
|
2021-07-18 16:04:13 +02:00 |
|
github-actions[bot]
|
829200bc5a
|
Merge master into staging-next
|
2021-07-18 12:01:18 +00:00 |
|
Jörg Thalheim
|
c24fa221ab
|
nixos/telegraf: improve documentation
|
2021-07-18 09:40:42 +02:00 |
|
Jörg Thalheim
|
cc56dc078d
|
nixos/telegraf: don't run as nogroup
|
2021-07-18 08:54:45 +02:00 |
|
Jörg Thalheim
|
0839cf1d45
|
Merge pull request #106721 from Mic92/nix-serve
nixos/nix-serve: don't run as nogroup
|
2021-07-18 07:53:32 +01:00 |
|
Jörg Thalheim
|
ac7b8724b5
|
nixos/nix-serve: don't run as nogroup
nogroup is insecure if shared
|
2021-07-18 08:51:17 +02:00 |
|
github-actions[bot]
|
382fdc7ad3
|
Merge master into staging-next
|
2021-07-18 00:01:24 +00:00 |
|
Martin Weinelt
|
d9a3a54b73
|
Merge pull request #129980 from mweinelt/nixos/kea
|
2021-07-18 00:26:35 +02:00 |
|
github-actions[bot]
|
d6b748b2b3
|
Merge master into staging-next
|
2021-07-17 18:00:56 +00:00 |
|
Jörg Thalheim
|
7a2360b1eb
|
Merge pull request #130427 from lf-/fix-manual-link
nixos/manual: Fix link to contributing guide in readme
|
2021-07-17 14:21:43 +01:00 |
|
github-actions[bot]
|
4ee4d805d2
|
Merge master into staging-next
|
2021-07-17 12:01:22 +00:00 |
|
Leo
|
bb568917b2
|
nixos/bind: add directory config option (#129188)
|
2021-07-17 08:03:20 +02:00 |
|
github-actions[bot]
|
ee007cdc35
|
Merge master into staging-next
|
2021-07-17 06:01:21 +00:00 |
|
Jade
|
b4820bb9dc
|
nixos/manual: Fix link to contributing guide
|
2021-07-16 22:55:28 -07:00 |
|
github-actions[bot]
|
e9ca8c2796
|
Merge master into haskell-updates
|
2021-07-17 00:05:09 +00:00 |
|
github-actions[bot]
|
9fe75f18c0
|
Merge master into staging-next
|
2021-07-16 12:01:03 +00:00 |
|
Jean-Philippe Braun
|
d4eca42de4
|
nixos/wordpress: nginx support
|
2021-07-16 08:51:08 +02:00 |
|
github-actions[bot]
|
049494e76e
|
Merge master into haskell-updates
|
2021-07-16 00:05:27 +00:00 |
|