about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-08teams: 1.4.00.7556 -> 1.4.00.13653Olli Helenius1-2/+2
2021-06-07Merge pull request #125764 from siraben/twtxt-reinitSandro2-11/+19
2021-06-07neovim: add some testsMatthieu Coudron4-18/+85
To test the generated RC is included in the file and that we have the option not to wrap the RC. run: nix-build -A tests.vim
2021-06-07Merge pull request #125669 from nbp/firefox-file-pickerMartin Weinelt1-4/+0
firefox-bin: Avoid including both the wrapped and unwrapped versions.
2021-06-07Merge pull request #126084 from tomberek/sourcehut_releaseRyan Mulligan2-1/+13
nixos/doc: add sourcehut to release notes
2021-06-07nixos/doc: add sourcehut to release notesTom Bereknyei2-1/+13
2021-06-07twtxt: reinit at 1.2.3Ben Siraphob2-11/+19
This should bring it in line with other package managers: https://repology.org/project/twtxt/versions
2021-06-07Merge pull request #126057 from alyssais/netbsd-bintoolsJohn Ericson1-1/+3
wrapBintoolsWith: fix final stage NetBSD
2021-06-07nixos/libvirtd: add assertion requiring polkit to be enabledjakobrs1-0/+7
2021-06-07Merge pull request #125838 from jtojnar/strict-commonmarkRyan Mulligan48-415/+586
doc: Parse as CommonMark
2021-06-07ocamlPackages.repr: 0.2.1 -> 0.3.0superherointj2-12/+11
2021-06-07wrapBintoolsWith: fix final stage NetBSDAlyssa Ross1-1/+3
Fixes "bintools" on NetBSD -- without this only the version in stdenv would work, not the one from the final stage. Andi tried to warn me about this[1]. Andi, I'm sorry for doubting you. [1]: https://github.com/NixOS/nixpkgs/pull/124499#discussion_r641949801
2021-06-07ocamlPackages.csexp: 1.4.0 -> 1.5.1superherointj1-9/+10
2021-06-07Merge pull request #126055 from nagy/oidn-140Sandro1-2/+3
openimagedenoise: 1.3.0 -> 1.4.0
2021-06-07stdenv/native: fix bintools importJonathan Ringer1-1/+1
2021-06-07Merge pull request #125906 from fortuneteller2k/zlsSandro1-4/+4
zls: 0.1.0 -> unstable-2021-06-06
2021-06-07Merge pull request #126054 from r-ryantm/auto-update/duaSandro1-3/+3
dua: 2.12.1 -> 2.12.2
2021-06-07openimagedenoise: 1.3.0 -> 1.4.0Daniel Nagy1-2/+3
2021-06-07dua: 2.12.1 -> 2.12.2R. RyanTM1-3/+3
2021-06-07firefox-bin: Avoid including both the wrapped and unwrapped version when ↵Nicolas B. Pierron1-4/+0
using nix run command. In order to make the man pages accessible, the previous code used nix-support/propagated-user-env-packages. However this file is also used to set the PATH when the application is executed with `nix run`, thus including the wrapped and the wrappee in the environment. Having the wrappee enumerated first in the environment caused `firefox` to default to the wrappee, and as such not being able to find a proper GTK. This was a source of failures while opening a file-picker. This change removes the code to propagate the wrappe in the environment, as the man pages are already linked in the wrapper output.
2021-06-07nixos/grafana: Add error handling to service scripttalyz1-5/+13
Without this, the services starts even if files are missing or prerequisite commands fail, which can lead to incorrect initial state.
2021-06-07nixos/grafana: Filter out duplicate pluginstalyz1-0/+5
If the same plugin appears multiple times in `declarativePlugins`, for example due to being added both by a module and in user config, the build fails with an error message similar to ln: failed to create symbolic link 'grafana-worldmap-panel/glmqcj88zk2bz3mvdr3r7920wxg02qnq-grafana-worldmap-panel-0.3.2': Permission denied This is solved by removing all duplicates.
2021-06-07Merge pull request #126037 from r-ryantm/auto-update/gmttomberek1-2/+2
gmt: 6.1.1 -> 6.2.0
2021-06-07Merge pull request #126040 from r-ryantm/auto-update/kubietomberek1-3/+3
kubie: 0.14.1 -> 0.15.0
2021-06-07Merge pull request #125531 from r-ryantm/auto-update/fswatchtomberek1-2/+2
fswatch: 1.15.0 -> 1.16.0
2021-06-07Merge pull request #125710 from r-ryantm/auto-update/chafatomberek1-2/+2
chafa: 1.6.0 -> 1.6.1
2021-06-07nixos-rebuild: document override-inputJörg Thalheim1-0/+4
2021-06-07Merge pull request #125942 from musfay/rlottietomberek2-3/+8
rlottie: 0.1 -> 0.2
2021-06-07Merge pull request #126035 from r-ryantm/auto-update/gituitomberek1-3/+3
gitui: 0.16.0 -> 0.16.1
2021-06-07bslizr: 1.2.14 -> 1.2.16R. RyanTM1-2/+2
2021-06-06python3Packages.pyhomematic: 0.1.72 -> 0.1.73Fabian Affolter1-2/+2
2021-06-07doc: Use markdown syntax for xrefsJan Tojnar10-18/+48
Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
2021-06-07doc: Build as CommonMarkJan Tojnar1-10/+15
We were using Pandoc’s Markdown parser. This is non-standard and might cause issues when we finally switch to some other tool. Since RFC 0072 agreed on CommonMark, let’s switch to that. We will use some extensions to make the limited syntax bearable but these are official so they should be more portable.
2021-06-07doc: prepare for commonmarkJan Tojnar44-388/+454
We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags.
2021-06-07kubie: 0.14.1 -> 0.15.0R. RyanTM1-3/+3
2021-06-07mix2nix: 0.1.3 -> 0.1.4Zach1-2/+2
2021-06-07gmt: 6.1.1 -> 6.2.0R. RyanTM1-2/+2
2021-06-07gitui: 0.16.0 -> 0.16.1R. RyanTM1-3/+3
2021-06-07Merge pull request #122222 from DeterminateSystems/pgbadgerLuke Granger-Brown2-0/+33
pgbadger: init at 11.5
2021-06-06python3Packages.pyezviz: 0.1.8.7 -> 0.1.8.9Fabian Affolter1-2/+9
2021-06-06powershell: add aarch64 support for LinuxAdrian Lucrèce Céleste1-5/+9
2021-06-07mix-release: add commentshappysalada1-0/+5
2021-06-07mix-release: do not override fixup to strip binaryhappysalada1-5/+1
2021-06-07mix-release: remove erlang ref in resulting derivationhappysalada1-4/+5
2021-06-07build-mix buildRebar3: strip out derivation for NIFshappysalada2-4/+9
2021-06-07mix-release: remove erlang ref in erts dirhappysalada1-11/+11
2021-06-07mix-release: remove rebar dephappysalada1-2/+1
2021-06-07buildMix: switch buildInputs to nativeBuildInputshappysalada1-3/+2
2021-06-07erlang: remove unused setup hookhappysalada2-7/+0
2021-06-07Merge pull request #125573 from Flakebi/prometheus-script-exporterLuke Granger-Brown5-0/+109
prometheus-script-exporter: init at 1.2.0