Commit graph

467767 commits

Author SHA1 Message Date
06kellyjac
818e73fc43 nixos/authelia: init tests 2023-03-24 21:23:41 -03:00
06kellyjac
6373a3966b nixos/authelia: init module
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-03-24 21:23:41 -03:00
06kellyjac
fb44ef6f0a authelia: init at 4.37.5
Co-authored-by: Mostly Void <7rat13@gmail.com>
2023-03-24 21:23:41 -03:00
R. Ryantm
0894977a3f kubeone: 1.6.0 -> 1.6.1 2023-03-25 00:10:14 +00:00
Azat Bahawi
0ee208011d
Merge pull request #222956 from r-ryantm/auto-update/datree
datree: 1.8.42 -> 1.8.45
2023-03-25 02:38:01 +03:00
Azat Bahawi
9b70750476
Merge pull request #222964 from r-ryantm/auto-update/expected-lite
expected-lite: 0.6.2 -> 0.6.3
2023-03-25 02:37:42 +03:00
figsoda
27df5802b4
Merge pull request #222740 from newAM/cargo-spellcheck-0.12.4
cargo-spellcheck: 0.12.3 -> 0.12.4
2023-03-24 19:33:12 -04:00
Stanisław Pitucha
8e09dec9ee librep: fix darwin build
Functions coming from ctype.h get inlines, but are not static when
compiling this with clang. This causes duplicates when linking.
Force an older gnu standard to prevent the issue.
2023-03-24 20:30:11 -03:00
Stanisław Pitucha
cbb3c7139f robodoc: fix darwin build
The makefile tried to be clever in Darwin environments, but by accident
included the same files multiple times in the `install` command. This is
not allowed these days.
2023-03-24 20:23:26 -03:00
Sandro
49d79a00b8
Merge pull request #222958 from r-ryantm/auto-update/oxigraph 2023-03-24 23:56:06 +01:00
Sandro
a458485ab9
Merge pull request #222959 from qowoz/fuse-overlayfs 2023-03-24 23:55:33 +01:00
Sandro
1651053b9c
Merge pull request #222961 from jonhermansen/jon-updates-2023-03-24 2023-03-24 23:55:16 +01:00
Sandro
88cd287f97
Merge pull request #216714 from laalsaas/badwolf 2023-03-24 23:51:49 +01:00
R. Ryantm
b8d64fb322 expected-lite: 0.6.2 -> 0.6.3 2023-03-24 22:25:59 +00:00
Weijia Wang
1935178de8 scons: default to latest 2023-03-25 00:23:27 +02:00
Cole Helbling
6705da37dd stt: lzma -> xz 2023-03-24 15:15:11 -07:00
Cole Helbling
43254386a4 signalbackup-tools: clang14Stdenv -> llvmPackages_14.stdenv 2023-03-24 15:13:50 -07:00
Cole Helbling
0c4948cde7 luaPackages.lua-resty-session: mark broken
I tried to add the packages, but the updater script wasn't working for
me, so to prevent future Nixpkgs PRs from failing to evaluate because of
this, I figured I'd mark this package as broken and remove the arguments
that are not packages.
2023-03-24 15:13:12 -07:00
zowoq
82c79411b7 fuse-overlayfs: 1.10 -> 1.11
Diff: https://github.com/containers/fuse-overlayfs/compare/v1.10...v1.11
2023-03-25 08:05:55 +10:00
R. Ryantm
731f904a5a oxigraph: 0.3.13 -> 0.3.14 2023-03-24 22:01:12 +00:00
R. Ryantm
fd887b0d35 datree: 1.8.42 -> 1.8.45 2023-03-24 21:44:50 +00:00
Cole Helbling
29bbff83a5 djhtml: use python3Packages.callPackage 2023-03-24 14:35:50 -07:00
Jon Hermansen
cb13d3f04b mullvad-vpn: 2023.1 -> 2023.2 2023-03-24 17:35:49 -04:00
Cole Helbling
27b9b54fe8 aws-workspaces: libusb -> libusb1 2023-03-24 14:31:39 -07:00
Fabian Affolter
8e174bb3a0 python310Packages.dissect: 3.4 -> 3.5
Changelog: https://github.com/fox-it/dissect/releases/tag/3.5
2023-03-24 22:29:08 +01:00
Fabian Affolter
cf863d5d85 python310Packages.dissect-squashfs: 1.0 -> 1.1
Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.1
2023-03-24 22:28:49 +01:00
Fabian Affolter
13283c1cdf python310Packages.dissect-executable: 1.1 -> 1.2
Changelog: https://github.com/fox-it/dissect.executable/releases/tag/1.2
2023-03-24 22:27:59 +01:00
Fabian Affolter
3848567569 python310Packages.dissect-thumbcache: 1.2 -> 1.3
Changelog: https://github.com/fox-it/dissect.thumbcache/releases/tag/1.3
2023-03-24 22:26:16 +01:00
Fabian Affolter
aa690dadad python310Packages.acquire: 3.4 -> 3.5
Changelog: https://github.com/fox-it/acquire/releases/tag/3.5
2023-03-24 22:23:54 +01:00
Cole Helbling
d9f767600f lib/customisation: callPackageWith should abort with errors
ofborg relies on the behavior that existed prior to
1c00bf3948, where evaluation would
immediately abort due to a missing argument (whether it be an aliased
package when `allowAliases = false;` or a typo'd or otherwise
nonexistent package).

If `callPackageWith` `throw`s instead of `abort`s, the following
`nix-env` invocation does not fail fast but instead silently skips the
attribute (assuming there is a package that has an aliased package in
its `autoArgs`):

    $ nix-env -qa --json --file . --arg config '{ allowAliases = false; }' &>/dev/null
    $ echo $?
    0

This does change the error output when there is a missing package (for
any of the reasons mentioned above), though. Before this change, the
errors looked like this:

    $ nix-build -A hello --arg config '{ allowAliases = false; }'
    error:
           … while calling the 'throw' builtin

             at /home/vin/workspace/vcs/nixpkgs/master/lib/customisation.nix:179:65:

              178|
              179|     in if missingArgs == [] then makeOverridable f allArgs else throw error;
                 |                                                                 ^
              180|

           error: Function called without required argument "bash_5" at /home/vin/workspace/vcs/nixpkgs/master/pkgs/applications/misc/hello/default.nix:8, did you mean "bash" or "bashdb"?

And the errors now look like this:

    $ nix-build -A hello --arg config '{ allowAliases = false; }'
    error:
           … while calling the 'abort' builtin

             at /home/vin/workspace/vcs/nixpkgs/master/lib/customisation.nix:179:65:

              178|
              179|     in if missingArgs == [] then makeOverridable f allArgs else abort error;
                 |                                                                 ^
              180|

           error: evaluation aborted with the following error message: 'Function called without required argument "bash_5" at /home/vin/workspace/vcs/nixpkgs/master/pkgs/applications/misc/hello/default.nix:8, did you mean "bash" or "bashdb"?'
2023-03-24 14:22:11 -07:00
Fabian Affolter
274cbb9c4e python310Packages.dissect-target: disable failing tests 2023-03-24 22:20:28 +01:00
Fabian Affolter
96ccc11a63 python310Packages.dissect-thumbcache: disable failing tests 2023-03-24 22:12:20 +01:00
Maximilian Bosch
2e4e45290e
Merge pull request #222930 from Ma27/bump-nextcloud
nextcloud: 24.0.10 -> 24.0.11, 25.0.4 -> 25.0.5
2023-03-24 22:01:54 +01:00
figsoda
977497735f
Merge pull request #222789 from figsoda/git-dive 2023-03-24 16:41:00 -04:00
Fabian Affolter
e2d257f988 python310Packages.dissect-xfs: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.xfs/releases/tag/3.4
2023-03-24 21:38:54 +01:00
Fabian Affolter
3908228e7e python310Packages.dissect-volume: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.volume/releases/tag/3.4
2023-03-24 21:38:50 +01:00
Fabian Affolter
6d92b346c4 python310Packages.dissect-vmfs: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.vmfs/releases/tag/3.4
2023-03-24 21:38:46 +01:00
Fabian Affolter
66997b1d49 python310Packages.dissect-util: 3.6 -> 3.7
Changelog: https://github.com/fox-it/dissect.util/releases/tag/3.7
2023-03-24 21:38:41 +01:00
Fabian Affolter
381a2b8604 python310Packages.dissect-target: 3.7 -> 3.8
Changelog: https://github.com/fox-it/dissect.target/releases/tag/3.8
2023-03-24 21:38:36 +01:00
Fabian Affolter
5abac894fb python310Packages.dissect-sql: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.sql/releases/tag/3.4
2023-03-24 21:38:31 +01:00
Fabian Affolter
635314077e python310Packages.dissect-shellitem: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.shellitem/releases/tag/3.4
2023-03-24 21:38:27 +01:00
Fabian Affolter
6defe8ec8f python310Packages.dissect-regf: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.4
2023-03-24 21:38:22 +01:00
Fabian Affolter
924897f2d8 python310Packages.dissect-ole: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.ole/releases/tag/3.4
2023-03-24 21:38:18 +01:00
Fabian Affolter
aa88040a6a python310Packages.dissect-ntfs: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.ntfs/releases/tag/3.4
2023-03-24 21:38:13 +01:00
Fabian Affolter
ae80eea2cf python310Packages.dissect-hypervisor: 3.5 -> 3.6
Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.6
2023-03-24 21:38:09 +01:00
Fabian Affolter
ae077aced7 python310Packages.dissect-ffs: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.ffs/releases/tag/3.4
2023-03-24 21:38:04 +01:00
Fabian Affolter
778c90250d python310Packages.dissect-fat: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.4
2023-03-24 21:38:00 +01:00
Fabian Affolter
9d9a75af7d python310Packages.dissect-extfs: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.extfs/releases/tag/3.4
2023-03-24 21:37:55 +01:00
Fabian Affolter
edb7e080d2 python310Packages.dissect-evidence: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.evidence/releases/tag/3.4
2023-03-24 21:37:51 +01:00
Fabian Affolter
834ef9179d python310Packages.dissect-eventlog: 3.3 -> 3.4
Changelog: https://github.com/fox-it/dissect.eventlog/releases/tag/3.4
2023-03-24 21:37:47 +01:00