Merge remote-tracking branch 'origin/master' into staging-next

Conflicts:
	pkgs/development/python-modules/diffusers/default.nix
This commit is contained in:
Alyssa Ross
2025-01-31 14:01:37 +01:00
58 changed files with 909 additions and 6124 deletions

View File

@@ -5,10 +5,8 @@ export PATH
addBinToPath () {
# shellcheck disable=SC2154
if [ -d "$out/bin" ]; then
PATH="$out/bin:$PATH"
export PATH
fi
PATH="$out/bin:$PATH"
export PATH
}
# shellcheck disable=SC2154