Thomas Watson and Bjørn Forsman
0355aaa7d2
quartus-prime-lite: add option to disable Questa simulator
...
Saves ~5GB of closure size and eliminates dependency on 32 bit
libraries.
2024-04-10 19:27:03 +02:00
Thomas Watson and Bjørn Forsman
4d46279ad9
quartus-prime-lite: make usable under emulation
2024-04-10 19:27:03 +02:00
Thomas Watson and Bjørn Forsman
a4f75867ee
quartus-prime-lite: add more qsys requirements
...
Needed on certain systems and for certain SoC designs.
2024-04-10 19:27:03 +02:00
nixpkgs-merge-bot[bot] and GitHub
512e017782
Merge pull request #302967 from r-ryantm/auto-update/steampipe
...
steampipe: 0.22.1 -> 0.22.2
2024-04-10 17:17:24 +00:00
Nikolay Korotkiy and GitHub
62bce888d9
Merge pull request #302538 from r-ryantm/auto-update/gmid
...
gmid: 1.8.6 -> 2.0.2
2024-04-10 21:06:04 +04:00
Aleksana and GitHub
5ffac98654
Merge pull request #273792 from ctron/update-trunk
...
trunk: add ctron as maintainer
2024-04-11 00:58:59 +08:00
Connor Baker and GitHub
546930ab97
Merge pull request #300321 from jonringer/deprecate-cuda-autoAddDriver
...
cudaPackages.autoAddX: Deprecate
2024-04-10 12:45:48 -04:00
K900 and GitHub
a90b106c96
Merge pull request #303150 from tfc/nixos-integration-tests-macos-platforms
...
NixOS Integration Tests: Enable again for darwin
2024-04-10 19:36:53 +03:00
K900 and GitHub
39a8316074
Merge pull request #303132 from K900/linux-firmware-20240410
...
linux-firmware: 20240312 -> 20240410
2024-04-10 19:33:03 +03:00
K900 and GitHub
40705aba04
Merge pull request #303136 from K900/kernels-20240410
...
Kernel updates for 2024-04-10
2024-04-10 19:23:16 +03:00
Stig and GitHub
ebdc52f921
Merge pull request #302072 from r-ryantm/auto-update/yamlscript
...
yamlscript: 0.1.46 -> 0.1.52
2024-04-10 17:59:26 +02:00
Jacek Galowicz
e4bf075cff
NixOS Integration Tests: Enable again for darwin
2024-04-10 17:59:11 +02:00
Aleksana and GitHub
4fb6fe0206
Merge pull request #302468 from gnubufferoverflows/master
...
googleearth-pro: more specific vulnerability description
2024-04-10 23:55:11 +08:00
K900
a74181815c
linux/common-config: remove old NFSD options from 5.15 too
2024-04-10 18:49:41 +03:00
Nikolay Korotkiy
eaf5fc1813
gmid: migrate to by-name
2024-04-10 19:47:15 +04:00
Emily and GitHub
d477ca36fe
Merge pull request #301383 from emilylange/forgejo-runner
...
forgejo-runner: rename from forgejo-actions-runner, fix `meta.changelog`, 3.3.0 -> 3.4.1
2024-04-10 17:43:41 +02:00
Maximilian Bosch
a3d3cdf5d9
nixos/matrix-synapse: don't use services.postgresql.initialScript in setup example
...
Closes #285688
This is misleading because `initialScript` will only be executed at the
*very first* run of postgresql. I.e. when deploying synapse to a server
with an existing postgresql, this won't work.
We don't have a good way of automatically provisioning databases
_declaratively_, so for now just explain what needs to be done here and
leave it to the user how to include this into their deployment.
2024-04-10 17:43:02 +02:00
Florian Klink
61d1e89790
ubootOrangePi5: drop extraConfig
...
This has been applied upstream, so can be removed.
2024-04-10 18:38:44 +03:00
lassulus and GitHub
e329e2ed05
Merge pull request #302921 from r-ryantm/auto-update/bitcoind-abc
...
bitcoind-abc: 0.29.0 -> 0.29.1
2024-04-10 17:32:37 +02:00
Jonathan Ringer
dadbcf9367
nixos/rl-24.05: Add deprecation entry for cudaPackages.autoAdd{DriverRunpath,OpenGLRunpathHook}
2024-04-10 08:31:19 -07:00
Jonathan Ringer
52eb8850b8
cudaPackages.autoAdd{Driver,OpengGL}Runpath: deprecate
2024-04-10 08:31:19 -07:00
Silvan Mosberger and GitHub
c09c154a34
Merge pull request #303141 from tweag/check-by-name-codeowner
...
CODEOWNERS: Fix check-by-name path
2024-04-10 17:30:29 +02:00
Olivia Crain
1348195416
tests.importCargoLock: fix self-inclusive src listings in .nix files
...
Replace `src = ./.` instances with more explicit source listings.
Otherwise, derivations will be rebuilt on any change to the files
defining them (e.g. formatting via nixfmt-rfc-style).
2024-04-10 10:27:12 -05:00
Silvan Mosberger
658206a8f7
CODEOWNERS: Fix check-by-name path
...
Was moved in https://github.com/NixOS/nixpkgs/pull/297901
2024-04-10 17:18:08 +02:00
Dan Callahan
ec6c594944
stdenv/check-meta: Fix error message for disallowed unfree packages
...
Nixpkgs tries to print a helpful message when it blocks unfree packages,
but the suggestion is subtly broken. The predicate only matches on the
package's name, but the suggestion includes the full name-version pair.
Fixed by formatting the message with the same function as the predicate.
This issue arises because check-meta defines its own local getName with
semantics divergent from lib.getName. The former includes the version,
the latter does not.
Example Before:
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"obsidian-1.5.12"
];
}
Example After:
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"obsidian"
];
}
Fixes #303116
2024-04-10 16:15:24 +01:00
Jos van Bakel
2e10f813fe
nixos/prometheus-nats-exporter: new module
2024-04-10 17:12:49 +02:00
K900
c044ba368c
linux-rt_6_6: 6.6.23-rt28 -> 6.6.25-rt29
2024-04-10 18:11:29 +03:00
infinixbot
af887c78d2
nixpkgs-check-by-name: 0.1.0 -> 0.1.1
...
https://github.com/NixOS/nixpkgs-check-by-name/releases/tag/0.1.1
2024-04-10 15:11:05 +00:00
K900
550bbd4090
linux_5_15: 5.15.153 -> 5.15.154
2024-04-10 18:10:54 +03:00
K900
fa12da8a56
linux_6_1: 6.1.84 -> 6.1.85
2024-04-10 18:10:51 +03:00
K900
7858a70bec
linux_6_6: 6.6.25 -> 6.6.26
2024-04-10 18:10:47 +03:00
K900
8f6d8ef0c9
linux_6_8: 6.8.4 -> 6.8.5
2024-04-10 18:10:43 +03:00
K900
e863d558d0
linux_testing: 6.9-rc2 -> 6.9-rc3
2024-04-10 18:10:39 +03:00
K900
cd70dc73d8
linux/kernel/update-mainline: don't readd EOL kernels
2024-04-10 18:10:12 +03:00
R. Ryantm
3729f136b2
templ: 0.2.648 -> 0.2.663
2024-04-10 15:09:11 +00:00
Fabian Affolter and Jess Bodzo
3744104cb6
auth0-cli: refactor
2024-04-10 10:56:16 -04:00
R. RyanTM and GitHub
6347cd23dc
dex-oidc: 2.39.0 -> 2.39.1 ( #302821 )
2024-04-10 10:53:22 -04:00
K900
37ba60342b
linux-firmware: 20240312 -> 20240410
2024-04-10 17:51:19 +03:00
DontEatOreo
e7d58a4040
raycast: 1.70.3 -> 1.71.1
...
Changelog: https://www.raycast.com/changelog/1-71-0
2024-04-10 17:46:23 +03:00
Weijia Wang and GitHub
d715ca173a
Merge pull request #287984 from Aleksanaa/pablodraw
...
pablodraw: init at 3.3.13-beta
2024-04-10 16:46:20 +02:00
Thiago Kenji Okada and GitHub
1530c0622b
Merge pull request #301990 from aaronjheng/nilaway
...
nilaway: unstable-2023-11-17 -> 0-unstable-2024-04-04
2024-04-10 15:44:27 +01:00
Adam Stephens
0b57d008d4
CODEOWNERS: add adamcstephens for incus/lxc/lxd
2024-04-10 10:43:55 -04:00
Thiago Kenji Okada and GitHub
ea50effb2e
Merge pull request #303080 from saschagrunert/osc
...
osc: 1.3.1 -> 1.6.1
2024-04-10 15:41:56 +01:00
Jess Bodzo
042a17e5fe
auth0-cli: 1.1.2 -> 1.4.0
...
https://github.com/auth0/auth0-cli/releases/tag/v1.4.0
2024-04-10 10:41:46 -04:00
Nick Cao and GitHub
11486e15b5
Merge pull request #302903 from NickCao/telegram-desktop
...
telegram-desktop: 4.16.4 -> 4.16.6
2024-04-10 10:41:04 -04:00
Thiago Kenji Okada and GitHub
ada5309572
Merge pull request #303066 from r-ryantm/auto-update/libretro.flycast
...
libretro.flycast: unstable-2024-04-03 -> unstable-2024-04-05
2024-04-10 15:39:30 +01:00
Thiago Kenji Okada and GitHub
b91d4ffb07
Merge pull request #303065 from r-ryantm/auto-update/libretro.mame
...
libretro.mame: unstable-2024-04-01 -> unstable-2024-04-05
2024-04-10 15:39:04 +01:00
Thiago Kenji Okada and GitHub
66180bb34b
Merge pull request #303061 from r-ryantm/auto-update/libretro.fbneo
...
libretro.fbneo: unstable-2024-04-02 -> unstable-2024-04-08
2024-04-10 15:38:46 +01:00
Thiago Kenji Okada and GitHub
d62a489794
Merge pull request #303056 from r-ryantm/auto-update/libretro.ppsspp
...
libretro.ppsspp: unstable-2024-04-04 -> unstable-2024-04-09
2024-04-10 15:38:27 +01:00
Thiago Kenji Okada and GitHub
d579be4640
Merge pull request #303055 from r-ryantm/auto-update/libretro.mame2003-plus
...
libretro.mame2003-plus: unstable-2024-04-03 -> unstable-2024-04-09
2024-04-10 15:38:13 +01:00