Commit Graph
567176 Commits
Author SHA1 Message Date
Jörg Thalheim 4d96a0f96f envfs: 1.0.2 -> 1.0.3
Diff: https://github.com/Mic92/envfs/compare/1.0.2...1.0.3
2023-12-29 21:09:56 +01:00
Sergei Trofimovich a60dcc7fc1 jellyfin-ffmpeg: fix tests eval
$ nix build --no-link -f. jellyfin-ffmpeg.tests
    error:
       error: attribute 'pkgConfigModules' missing
2023-12-29 20:09:49 +00:00
Ivan Mincik 62455ade3c qgis-ltr: 3.28.13 -> 3.28.14 2023-12-29 21:08:33 +01:00
Ivan Mincik d32abf7f98 qgis: 3.34.1 -> 3.34.2 2023-12-29 21:02:08 +01:00
Nick CaoandGitHub 08a62091a1 Merge pull request #277146 from majewsky/portunus-2.0.0
portunus: 1.1.0 -> 2.0.0
2023-12-29 14:53:12 -05:00
Nick CaoandGitHub 53490cefa0 Merge pull request #275601 from r-ryantm/auto-update/level-zero
level-zero: 1.15.1 -> 1.15.8
2023-12-29 14:52:06 -05:00
Sergei Trofimovich 39adbc5456 devpod: fix tests eval
Without the change `tests` eval failed as:

    $ nix build --no-link -f. devpod.tests
    error:
       error: value is a string while a set was expected

The failure reason is in `package` parameter. It should be a derivation,
not a package name. While at it fixed the command to extract version.
2023-12-29 19:39:56 +00:00
Konrad Malik 1939f59d8d netcoredbg: 2.2.0-961 -> 3.0.0-1018
- updated deps.nix
- remove deprecated patches
- remove update script (was never used)
- bump coreclr to 7.0.14
- added version test - simple way to automatically test if the binary works on supported platforms
2023-12-29 20:36:43 +01:00
Maximilian Bosch 02ebf149d5 nixos/release-notes: more details about Nextcloud options rename
* Explain why it was renamed (to match the format from `config.php`).
* Show old and new name and link to the option in the options reference.
2023-12-29 20:35:42 +01:00
Sergei Trofimovich d3fdf4df0a findup: fix tests eval
Without the change `tests` eval fails as:

    $ nix build --no-link -f. findup.tests
    error:
       error: attribute 'findup' missing
2023-12-29 19:32:23 +00:00
Sergei Trofimovich ce228ed6bd fakeroot: fix tests eval
Without the change `tests` attribute fails to eval as:

    $ nix build --no-link -f. fakeroot.tests
       error: attribute 'name' missing
2023-12-29 19:24:33 +00:00
R. Ryantm 25f25d78bf ryujinx: 1.1.1100 -> 1.1.1102 2023-12-29 19:19:26 +00:00
Mario RodasandGitHub 4366d967b8 Merge pull request #277083 from kirillrdy/clippboard-jh
clipboard-jh: 0.8.3 -> 0.9.0.1
2023-12-29 14:14:09 -05:00
Mario RodasandGitHub d22c786ac9 Merge pull request #276424 from kilianar/stellarium-23.4
stellarium: 23.3 -> 23.4
2023-12-29 14:13:31 -05:00
Mario RodasandGitHub fbb16d6d4f Merge pull request #277013 from marsam/h3-outputs
h3: add `dev` output
2023-12-29 14:12:39 -05:00
sinanmohd e8e5c07ad0 nixos/matrix-sliding-sync: rename, init dendrite 2023-12-30 00:25:57 +05:30
R. Ryantm 74ee8380c0 rust-analyzer-unwrapped: 2023-11-13 -> 2023-12-25 2023-12-29 18:46:19 +00:00
R. Ryantm bb90caa75c rure: 0.2.2 -> 0.2.2 2023-12-29 18:35:16 +00:00
Anderson Torres c78d30f97f roxterm: refactor
- Input list elements separated once per line
- finalAttrs design pattern
- meta updates:
  - changelog
  - description
  - longDescription
  - mainProgram
- adopted by AndersonTorres
2023-12-29 15:23:33 -03:00
R. RyantmandAnderson Torres e15034c5f1 roxterm: 3.14.2 -> 3.14.3 2023-12-29 15:23:33 -03:00
Anderson Torres de65ce1819 roxterm: migrate to by-name 2023-12-29 15:23:33 -03:00
Adam C. StephensandGitHub fb9e0d394d Merge pull request #277160 from adamcstephens/lxc/5
lxc: 4.0.12 -> 5.0.3
2023-12-29 13:09:56 -05:00
Maximilian Bosch bae5e65162 nixos/nextcloud: fix nginx routing to store and nix apps
Closes #277206

The bug mentioned above was a symptom of the issue fixed here: when
opening the `forms` app which is installed via `extraApps` (or the
app store) the site wouldn't work because `.mjs` files had the wrong
Content-Type.

The actual problem got fixed already[1], however this config was not
used for stuff from `/nix-apps` & `/store-apps` which had their own
location section with only a `root ;` statement.

In fact, this setup isn't strictly supported by Nextcloud upstream[2],
so to fix this for good, I decided to follow the upstream suggestion for
app directories outside the server root, i.e. linking them back into the
store path.

This means that the module generates a new derivation now with

* `services.nextcloud.package` linked into it via `lndir`.
* under `nix-apps` is a symlink to the link farm containing all apps
  from `services.nextcloud.extraApps`.
* under `store-apps` is a symlink to `/var/lib/nextcloud/store-apps`.
  Since this is only used in the NixOS module that also configures this
  location for imperatively installed apps, this seems an OK thing to
  do.

Successfully tested the change on a productive Nextcloud 28.0.1 with
several apps installed via `extraApps` (`forms`, `cospend`, `maps`,
`user_saml` and a few more).

[1] 292c74c7a9
[2] https://docs.nextcloud.com/server/28/admin_manual/apps_management.html#using-custom-app-directories
2023-12-29 18:59:18 +01:00
Michele Guerini RoccoandGitHub 01962add7e Merge pull request #277470 from r-ryantm/auto-update/bup
bup: 0.33.2 -> 0.33.3
2023-12-29 18:54:44 +01:00
niksturandGitHub 110315e7d1 Merge pull request #277517 from trofi/python-hooks-test-fix-eval
python/hooks: fix `test` attribute eval
2023-12-29 18:42:48 +01:00
Sergei Trofimovich 26e34cf9aa wezterm: fix tests eval
commit 823242c42d "nixosTests.terminal-emulators.wezterm: drop" removed
`wezterm` test. As a result that started failing `tests` attribute eval
as:

    $ nix build --no-link -f. wezterm.tests
    error:
       error: attribute 'wezterm' missing
          127|       all-terminfo = nixosTests.allTerminfo;
          128|       terminal-emulators = nixosTests.terminal-emulators.wezterm;
             |                            ^
2023-12-29 17:33:12 +00:00
Sergei Trofimovich bf3b684269 tigervnc: fix tests eval
Without the change `tigervnc.tests` eval fails as:

    $ nix build --no-link -f. tigervnc.tests
    error: attribute 'vnc' missing

          150|   passthru.tests.tigervnc = nixosTests.vnc.testTigerVNC;
             |                             ^
2023-12-29 17:22:45 +00:00
astrdark 1038d49c33 netbootxyz-efi: 2.0.60 -> 2.0.75 2023-12-29 20:10:40 +03:00
Konrad Malik e4776929d1 rtx: add simple version test 2023-12-29 18:01:52 +01:00
YtandGitHub 8a4b3f253c Merge pull request #277343 from Munksgaard/bump-elixir-ls
elixir-ls: 1.17.10 -> 1.18.1
2023-12-29 16:55:54 +00:00
Vincent LaporteandVincent Laporte ea34b38d74 jasmin-compiler: 2023.06.1 → 2023.06.2 2023-12-29 17:46:00 +01:00
Alex Martens a3ec62e683 python3Packages.monitorcontrol: init at 3.1.0 2023-12-29 08:31:25 -08:00
Nick CaoandGitHub 00262b56a4 Merge pull request #277495 from r-ryantm/auto-update/charasay
charasay: 3.1.0 -> 3.2.0
2023-12-29 11:27:46 -05:00
Nick CaoandGitHub f30d9555bd Merge pull request #277497 from r-ryantm/auto-update/nkeys
nkeys: 0.4.6 -> 0.4.7
2023-12-29 11:26:52 -05:00
Nick CaoandGitHub ce39242250 Merge pull request #277504 from r-ryantm/auto-update/static-web-server
static-web-server: 2.24.1 -> 2.24.2
2023-12-29 11:25:29 -05:00
Nick CaoandGitHub a778c52849 Merge pull request #277510 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.137 -> 1.0.138
2023-12-29 11:24:47 -05:00
Nick CaoandGitHub dfdfb4dc94 Merge pull request #277516 from r-ryantm/auto-update/python310Packages.textdistance
python310Packages.textdistance: 4.6.0 -> 4.6.1
2023-12-29 11:23:07 -05:00
Nick CaoandGitHub 37b1a23fc9 Merge pull request #277541 from r-ryantm/auto-update/python310Packages.withings-sync
python310Packages.withings-sync: 4.2.1 -> 4.2.2
2023-12-29 11:19:41 -05:00
Nick CaoandGitHub 086593f7a7 Merge pull request #277546 from r-ryantm/auto-update/qownnotes
qownnotes: 23.12.3 -> 23.12.5
2023-12-29 11:18:45 -05:00
Nick CaoandGitHub 7c2763ffd9 Merge pull request #277489 from r-ryantm/auto-update/icewm
icewm: 3.4.4 -> 3.4.5
2023-12-29 11:13:15 -05:00
Nick CaoandGitHub d20a098788 Merge pull request #277416 from huantianad/unityhub-370
unityhub: 3.6.1 -> 3.7.0
2023-12-29 11:11:07 -05:00
Adam C. StephensandGitHub 63da0f2932 Merge pull request #277482 from mfrw/mfrw/just-1.20.0
just: 1.18.1 -> 1.20.0
2023-12-29 11:08:31 -05:00
Nick CaoandGitHub af18197812 Merge pull request #277431 from dotlambda/ndms2-client-0.1.3
python311Packages.ndms2-client: 0.1.2 -> 0.1.3
2023-12-29 11:07:41 -05:00
Nick CaoandGitHub ac641092c9 Merge pull request #277432 from pinpox/update-satty-0.8.3
satty: 0.8.2 -> 0.8.3
2023-12-29 11:06:39 -05:00
Nick CaoandGitHub 4c715ecd9f Merge pull request #277436 from r-ryantm/auto-update/joker
joker: 1.3.3 -> 1.3.4
2023-12-29 11:06:17 -05:00
Nick CaoandGitHub 3257eac335 Merge pull request #277447 from NickCao/bpftune
bpftune: unstable-2023-09-11 -> unstable-2023-12-20
2023-12-29 11:04:41 -05:00
Peder Bergebakken SundtandGitHub f8a8904e92 Merge pull request #273158 from nbraud/mpvScripts/scope
mpvScripts: make into a scope
2023-12-29 17:03:54 +01:00
Peder Bergebakken SundtandGitHub 29760d773e Merge pull request #270664 from octodi/caido
caido: init at 0.29.2
2023-12-29 17:02:59 +01:00
Nick CaoandGitHub 01b2e25d4f Merge pull request #277363 from katexochen/deadcode/remove
deadcode: remove
2023-12-29 11:01:41 -05:00
R. Ryantm 192588fb81 readarr: 0.3.12.2327 -> 0.3.13.2338 2023-12-29 16:01:27 +00:00