Commit Graph

693711 Commits

Author SHA1 Message Date
Cole Helbling
705fdd9ccc ci/basic-eval: check that flake outputs are valid 2024-10-16 08:49:28 -07:00
Cole Helbling
ccb779782c flake.nix: exclude armv6-linux, riscv64-linux, and FreeBSD from devShells
nixfmt-rfc-style is built with Haskell, and the packaged GHC compiler
does not support any of these platforms (currently?).

    error:
           … while checking flake output 'devShells'
             at /nix/store/p36amaznf46ic90fb2rw5c952mgj6mfi-source/flake.nix:123:7:
              122|
              123|       devShells = forAllSystems (system: { } // lib.optionalAttrs (system != "armv6l-linux" && system != "riscv64-linux") {
                 |       ^
              124|         /** A shell to get tooling for Nixpkgs development. See nixpkgs/shell.nix. */

           … while checking the derivation 'devShells.x86_64-freebsd.default'
             at /nix/store/p36amaznf46ic90fb2rw5c952mgj6mfi-source/flake.nix:125:9:
              124|         /** A shell to get tooling for Nixpkgs development. See nixpkgs/shell.nix. */
              125|         default = import ./shell.nix { inherit system; };
                 |         ^
              126|       });

           (stack trace truncated; use '--show-trace' to show the full, detailed trace)

           error: Package ‘ghc-9.6.6’ in /nix/store/8akjd9ngyzhzi1412nxmw26rnj93l3gp-source/pkgs/development/compilers/ghc/common-hadrian.nix:579 is not available on the requested hostPlatform:
             hostPlatform.config = "x86_64-unknown-freebsd"
             package.meta.platforms = [
               "aarch64-darwin"
               "aarch64-linux"
               "i686-linux"
               "x86_64-darwin"
               "x86_64-linux"
             ]
             package.meta.badPlatforms = [ ]
           , refusing to evaluate.
2024-10-16 08:46:44 -07:00
Cole Helbling
db1b484d98 flake.nix: exclude armv6-linux and riscv64-linux from checks
Otherwise, `nix flake check --all-systems --json` fails with:

    error:
           … while calling the 'head' builtin
             at /nix/store/0jy5khqx0rfw8avcq6z5zaxaj2ppz8d3-source/lib/attrsets.nix:1575:11:
             1574|         || pred here (elemAt values 1) (head values) then
             1575|           head values
                 |           ^
             1576|         else

           … while evaluating the attribute 'value'
             at /nix/store/0jy5khqx0rfw8avcq6z5zaxaj2ppz8d3-source/lib/modules.nix:816:9:
              815|     in warnDeprecation opt //
              816|       { value = addErrorContext "while evaluating the option `${showOption loc}':" value;
                 |         ^
              817|         inherit (res.defsFinal') highestPrio;

           … while evaluating the option `system.build.toplevel':

           … while evaluating definitions from `/nix/store/0jy5khqx0rfw8avcq6z5zaxaj2ppz8d3-source/nixos/modules/system/activation/top-level.nix':

           … while evaluating the option `system.systemBuilderArgs':

           … while evaluating definitions from `/nix/store/0jy5khqx0rfw8avcq6z5zaxaj2ppz8d3-source/nixos/modules/system/activation/activatable-system.nix':

           … while evaluating the option `system.activationScripts.etc.text':

           … while evaluating definitions from `/nix/store/0jy5khqx0rfw8avcq6z5zaxaj2ppz8d3-source/nixos/modules/system/etc/etc-activation.nix':

           … while evaluating definitions from `/nix/store/0jy5khqx0rfw8avcq6z5zaxaj2ppz8d3-source/nixos/modules/system/etc/etc.nix':

           … while evaluating the option `environment.etc.dbus-1.source':

           (stack trace truncated; use '--show-trace' to show the full, detailed trace)

           error: cannot bootstrap GHC on this platform ('riscv64-linux' with libc 'defaultLibc')
2024-10-16 08:34:44 -07:00
Mathew Polzin
ae455cac19
coroot: init at 1.5.8 (#346844) 2024-10-16 10:20:23 -05:00
Jon Seager
a1ac053e14
google-chrome: fix URL encoding for version filter, add shellcheck, 129.0.6668.{100,101} -> 130.0.6723.{58,59} (#349037) 2024-10-16 16:15:03 +01:00
nikstur
e81710fa8b
nixos/userborn: fix username typo (#346773) 2024-10-16 17:00:39 +02:00
nixpkgs-merge-bot[bot]
6269d56b93
homebank: 5.8.3 -> 5.8.5 (#348620) 2024-10-16 14:50:27 +00:00
Someone
051c4a28a8
python312Packages.nvidia-ml-py: fix and improve test (#348997) 2024-10-16 14:32:37 +00:00
Artturin
021585610e
rdkafka: Add curl dependency for OAuth support. (#348993) 2024-10-16 17:18:35 +03:00
Bernardo Meurer
123b4aa06d
tlp: 1.6.1 -> 1.7.0 (#348774) 2024-10-16 14:12:55 +00:00
toonn
82393b99a6
nb: 7.12.1 -> 7.14.4 (#348429) 2024-10-16 16:07:19 +02:00
Matthieu Coudron
6b1ffdb097
{nodePackages,vimPlugins}.coc-python: drop (#348964) 2024-10-16 15:42:47 +02:00
DontEatOreo
ca271dd00b
google-chrome: 129.0.6668.101 -> 130.0.6723.59
Changelog: https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_15.html
2024-10-16 16:33:57 +03:00
DontEatOreo
484f4d9ad6
google-chrome: 129.0.6668.100 -> 130.0.6723.58
Changelog: https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_15.html
2024-10-16 16:33:40 +03:00
DontEatOreo
744a8ebe89
google-chrome: add shellcheck 2024-10-16 16:32:12 +03:00
DontEatOreo
77ead85152
google-chrome: fix URL encoding for version filter 2024-10-16 16:31:29 +03:00
Gaétan Lepage
da16fc63f5
python312Packages.onnx: 1.16.2 -> 1.17.0 (#348985) 2024-10-16 15:29:06 +02:00
Martin Weinelt
8fece432ae
python312Packages.libknot: 3.4.0 -> 3.4.1 (#349001) 2024-10-16 15:23:13 +02:00
Martin Weinelt
1d2d2790f6
prometheus-knot-exporter: 3.4.0 -> 3.4.1 2024-10-16 15:20:12 +02:00
José Romildo Malaquias
e2e4131e98
marwaita-icons: 5.0 -> 5.1 (#348795) 2024-10-16 10:09:07 -03:00
Pol Dellaiera
b48adff728
gitmux: fix build (#348998) 2024-10-16 15:04:53 +02:00
u2d3rsc0re
751e4a4c5d tlp: 1.6.1 -> 1.7.0 2024-10-16 15:35:31 +03:00
Nick Cao
8f474d29aa
sequoia-chameleon-gnupg: unstable-2023-11-22 -> 0.11.2 (#349002) 2024-10-16 08:33:30 -04:00
Azat Bahawi
adf2c349d7
soju: 0.8.1 -> 0.8.2 (#348988) 2024-10-16 12:25:46 +00:00
rewine
66a52d212e
qv2ray: fix build (#348992) 2024-10-16 20:16:41 +08:00
Masum Reza
2c09d65109
plexamp: add ozone platform hint for wayland (#335867) 2024-10-16 17:46:26 +05:30
Gaetan Lepage
fe93fd338a python312Packages.onnx: 1.16.2 -> 1.17.0
Diff: https://github.com/onnx/onnx/compare/refs/tags/v1.16.2...v1.17.0

Changelog: https://github.com/onnx/onnx/releases/tag/v1.17.0
2024-10-16 13:34:57 +02:00
Masum Reza
8f1d45587b
wallust: 3.0.0 -> 3.1.0 (#348965) 2024-10-16 16:50:33 +05:30
Moritz Sanft
2a3b139da1 erofs-utils: 1.8.1 -> 1.8.2 2024-10-16 10:58:05 +00:00
Atemu
e662811086
styluslabs-write: init at 2024-10-12 (#346463) 2024-10-16 12:57:11 +02:00
Atemu
665ebfb253
lutris: fix libjansson and cursor issues (#348533) 2024-10-16 12:46:09 +02:00
Aleksana
954524966e
alsa-firmware: fix riscv64-linux build (#348889) 2024-10-16 18:28:28 +08:00
R. Ryantm
eb09568328 python312Packages.libknot: 3.4.0 -> 3.4.1 2024-10-16 10:26:02 +00:00
Kenichi Kamiya
07943f8fcc
sequoia-chameleon-gnupg: unstable-2023-11-22 -> 0.11.2 2024-10-16 19:14:26 +09:00
Robert Schütz
d0864b0cf7
python312Packages.onnx: clean up dependencies (#348902) 2024-10-16 03:07:25 -07:00
aleksana
c482a16bae gitmux: fix build 2024-10-16 18:04:43 +08:00
Gaetan Lepage
92c03649e3 python312Packages.nvidia-ml-py: fix and improve test 2024-10-16 11:56:48 +02:00
Arnout Engelen
8ffb8f5dce
python312Packages.cvelib: 1.5.0 -> 1.6.0 (#348882) 2024-10-16 11:51:01 +02:00
Vincent Laporte
b883c88ff1 ocamlPackages.merlin: 5.1-502 → 5.2.1-502 2024-10-16 11:27:02 +02:00
Torgeir Strand Henriksen
ddaa1751fa rdkafka: Add curl dependency for OAuth support. 2024-10-16 11:24:29 +02:00
Vanilla
a0de6c1eab
qv2ray: fix build 2024-10-16 17:23:52 +08:00
Ramses
5785b6bb5e
cliphist: 0.5.0 -> 0.6.1 (#348887) 2024-10-16 11:20:38 +02:00
Pol Dellaiera
2986e3c46e
gnome-graphs: 1.8.1 -> 1.8.2 (#343712) 2024-10-16 11:18:51 +02:00
R. Ryantm
fd6f6fa9a8 soju: 0.8.1 -> 0.8.2 2024-10-16 09:09:26 +00:00
lassulus
82eb8a8f8d
vrc-get: 1.8.1 -> 1.8.2 (#348957) 2024-10-16 10:29:59 +02:00
Aaron Andersen
2ab323a087
nixos/github-runners: Make 'enable' functional (#342996) 2024-10-16 10:18:14 +02:00
nixpkgs-merge-bot[bot]
9d26556575
eask-cli: 0.10.0 -> 0.10.1 (#348536) 2024-10-16 08:07:46 +00:00
Markus Kowalewski
e08d91122e
amd-libflame: 4.2 -> 5.0 (#348058) 2024-10-16 09:52:21 +02:00
Markus Kowalewski
5e30d97032
aocl-utils: 4.2 -> 5.0 (#348059) 2024-10-16 09:51:41 +02:00
Weijia Wang
ea2a73f1ad
audacity: move to by-name, format and refactor (#348861) 2024-10-16 09:24:33 +02:00