about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* modules/git: bcc, don't cc, selfAlyssa Ross2024-05-15
|
* modules/firefox: DefaultDownloadDirectory -> DownloadDirectoryAlyssa Ross2024-05-10
| | | | | This is apparently what I need to do if I want this to keep working. It prevents it being overridden through interactive preferences.
* Merge remote-tracking branch 'nixpkgs/nixos-unstable-small'Alyssa Ross2024-05-07
|\ | | | | | | | | | | | | Conflicts: nixpkgs/nixos/modules/services/mail/mailman.nix nixpkgs/nixos/modules/services/mail/public-inbox.nix nixpkgs/pkgs/build-support/go/module.nix
| * Merge pull request #295730 from ethnh/masterPeder Bergebakken Sundt2024-05-03
| |\ | | | | | | flutter: 3.19.0 -> 3.19.4
| | * flutter: 3.19.3 -> 3.19.4ethnh2024-03-28
| | |
| | * Merge branch 'NixOS:master' into masterethnh2024-03-28
| | |\
| | * | flutter: 3.19.0 -> 3.19.3Ethan Hindmarsh2024-03-13
| | | |
| * | | Merge pull request #308573 from jopejoe1/accounts-qt/fix/update-scriptzowoq2024-05-03
| |\ \ \ | | | | | | | | | | {kdePackages.accounts-qt, libaccounts-glib}: fix update script
| | * | | libaccounts-glib: fix update scriptjopejoe12024-05-02
| | | | |
| | * | | kdePackages.accounts-qt: fix update scriptjopejoe12024-05-02
| | | | |
| * | | | Merge pull request #291763 from grahamnorris/add-flashgbxPeder Bergebakken Sundt2024-05-03
| |\ \ \ \ | | | | | | | | | | | | flashgbx: init at 3.37
| | * | | | flashgbx: init at 3.37Graham J. Norris2024-05-02
| | | | | |
| | * | | | maintainers: add grahamnorrisGraham J. Norris2024-05-01
| | | | | |
| * | | | | Merge pull request #301781 from samhh/turbo1.13.2Peder Bergebakken Sundt2024-05-03
| |\ \ \ \ \ | | | | | | | | | | | | | | turbo: 1.11.3 -> 1.13.2
| | * | | | | turbo: Rewrite wrapper from runCommand to symlinkJoinSam A. Horvath-Hunt2024-05-01
| | | | | | |
| | * | | | | turbo: Add turbo-unwrapped / disable update checks & telemetry in turboSam A. Horvath-Hunt2024-05-01
| | | | | | |
| | * | | | | turbo: 1.11.3 -> 1.13.2Sam A. Horvath-Hunt2024-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Its Cargo definition now includes a Git dependency, hence the change to cargoLock.
| * | | | | | Merge pull request #269461 from Artturin/addcrossreplaceArtturin2024-05-03
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | config.replaceCrossStdenv: add
| | * | | | | | config.replaceCrossStdenv: addArtturin2024-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example with `clangUseLLVM` which is the default when using `useLLVM` ```nix config.replaceCrossStdenv = { buildPackages, baseStdenv }: if baseStdenv.targetPlatform.useLLVM or false then (buildPackages.stdenvAdapters.overrideCC baseStdenv buildPackages.llvmPackages_16.clangUseLLVM) else baseStdenv; ``` The conditional necessary, otherwise the other sets(such as `pkgsCross.aarch64-multiplatform.llvmPackages`) without `useLLVM` will use the stdenv without the necessary conditions to avoid infinite recursion because of [targetLlvmLibraries](https://github.com/NixOS/nixpkgs/blob/644b234e1c17aad539c03ac8020f831e20241d50/pkgs/development/compilers/llvm/16/default.nix#L208) usage. [`replaceStdenv` is not used when cross-compiling](https://github.com/NixOS/nixpkgs/blob/d77bda728d5041c1294a68fb25c79e2d161f62b9/pkgs/stdenv/cross/default.nix#L12-L13) `replaceStdenv` uses an additional stage to replace the stdenv to avoid infinite recursion and other issues but that should not be necessary for cross.
| * | | | | | | Merge pull request #308594 from Artturin/grubsetplatArtturin2024-05-03
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | grub2_xen: set to `x86_64-linux` and `i686-linux` only
| | * | | | | | | grub2_xen: set to `x86_64-linux` and `i686-linux` onlyArtturin2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from grub's configure.ac
| * | | | | | | | Merge pull request #305008 from GaetanLepage/cosmic-tasksPol Dellaiera2024-05-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cosmic-tasks: init at 0-unstable-2024-04-30
| | * | | | | | | | cosmic-tasks: init at 0-unstable-2024-04-30Gaetan Lepage2024-05-01
| | | | | | | | | |
| * | | | | | | | | Merge pull request #308528 from GaetanLepage/huggingface-hubYt2024-05-02
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python311Packages.huggingface-hub: 0.22.2 -> 0.23.0
| | * | | | | | | | | python311Packages.huggingface-hub: add GaetanLepage as maintainerGaetan Lepage2024-05-02
| | | | | | | | | | |
| | * | | | | | | | | python311Packages.huggingface-hub: 0.22.2 -> 0.23.0Gaetan Lepage2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/huggingface/huggingface_hub/compare/refs/tags/v0.22.2...v0.23.0 Changelog: https://github.com/huggingface/huggingface_hub/releases/tag/v0.23.0
| * | | | | | | | | | Merge pull request #308611 from ↵Yt2024-05-02
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r-ryantm/auto-update/python311Packages.pinecone-client python311Packages.pinecone-client: 3.2.2 -> 4.0.0
| | * | | | | | | | | | python311Packages.pinecone-client: 3.2.2 -> 4.0.0R. Ryantm2024-05-02
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #308480 from Astavie/olsPol Dellaiera2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ols: 0-unstable-2024-04-15 -> 0-unstable-2024-04-28
| | * | | | | | | | | | | ols: 0-unstable-2024-04-15 -> 0-unstable-2024-04-28Astavie2024-05-02
| | | | | | | | | | | | |
| * | | | | | | | | | | | nixos/xserver: Remove with statementsJan Tojnar2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They masked the evaluation error caused by removal of `defaultSessionFromLegacyOptions` variable in 6be2bfcc32d5ee203acf3b85354f5028c8bb50eb
| * | | | | | | | | | | | nixos/xserver: Remove {desktop,window}Manager.default optionsJan Tojnar2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These have been deprecated since NixOS 20.03. Also fixes evaluation error caused by moving the `defaultSessionFromLegacyOptions` variable in 6be2bfcc32d5ee203acf3b85354f5028c8bb50eb
| * | | | | | | | | | | | doc: Use substitute --replace-fail in manualsJan Tojnar2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a warning about --replace being deprecated.
| * | | | | | | | | | | | lib/gvariant: Use more specific instructions for int and attrsetJan Tojnar2024-05-02
| | | | | | | | | | | | |
| * | | | | | | | | | | | lib/gvariant: Fix error message for unsupported primitivesJan Tojnar2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, passing an integer to a setting will fail with a confusing error: error: cannot coerce an integer to a string
| * | | | | | | | | | | | nixos/gnome: Remove global with expressionsJan Tojnar2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The can potentially mask evaluation errors due to laziness of variable access within.
| * | | | | | | | | | | | nixos/gnome: Remove deprecated aliasesJan Tojnar2024-05-02
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #308524 from Aleksanaa/lilipodPol Dellaiera2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | lilipod: init at 0.0.3
| | * | | | | | | | | | | | lilipod: init at 0.0.3aleksana2024-05-02
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #308360 from atorres1985-contrib/sdl2_netsuperherointj2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SDL2_net: adopt and refactor
| | * | | | | | | | | | | | | SDL2_net: refactorAnderson Torres2024-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - finalAttrs - use fetchFromGitHub (since the url is deactivated) - strictDeps - no nested with
| | * | | | | | | | | | | | | SDL2_net: adopted by AndersonTorresAnderson Torres2024-05-01
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | SDL2_net: migrate to by-nameAnderson Torres2024-05-01
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #308334 from SuperSandro2000/youtube-musicsuperherointj2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | youtube-music: 3.3.5 -> 3.3.6
| | * | | | | | | | | | | | | | youtube-music: 3.3.5 -> 3.3.6Sandro Jäckel2024-05-02
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #305525 from 9glenda/lc0éclairevoyant2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lc0: init at 0.30.0
| | * | | | | | | | | | | | | | | lc0: init at 0.30.09glenda2024-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com> - marked darwin as broken
| * | | | | | | | | | | | | | | | Merge pull request #308523 from r-ryantm/auto-update/ghciwatchWeijia Wang2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ghciwatch: 0.5.10 -> 0.5.11
| | * | | | | | | | | | | | | | | | ghciwatch: 0.5.10 -> 0.5.11R. Ryantm2024-05-02
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #308400 from tomodachi94/enhance/csvq/add-testversionsuperherointj2024-05-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | csvq: add testVersion test