-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/oh my fish install #296575
Fix/oh my fish install #296575
Conversation
python311Packages.arviz: 0.17.0 -> 0.17.1
minio: 2024-03-07T00-43-48Z -> 2024-03-10T02-53-48Z
Diff: dandavison/delta@0.16.5...0.17.0 Changelog: https://github.com/dandavison/delta/releases/tag/0.17.0 Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Add ivsc-firmware to ipu6 option
bosh-cli: 7.5.4 -> 7.5.5
qgis: small dependencies reordering
…ckages.streamlit python311Packages.streamlit: 1.32.1 -> 1.32.2
Currently things like `buildLinux { inherit src version; }` fail because of `callPackage` auto-inserting `kernelPatches`, which is both a `buildLinux` argument and a `pkgs` toplevel attribute, with completely different semantics. Avoid that entirely by splitting the call into two - one for arguments we want from `callPackage`, and one for everything else.
see: djpohly/dwl@58d33b7 and the project is no archived on github new source location is: https://codeberg.org/dwl/dwl Signed-off-by: Maximilian Huber <gh@maxhbr.de>
wl-clipboard-rs: 0.8.0-unstable-2023-11-27 -> 0.8.1
pretix: init at 2024.2.0
…ckages.langchain-core python311Packages.langchain-core: 0.1.31 -> 0.1.32
nixos/komga: add service hardening and misc format changes.
…ckages.langsmith python312Packages.langsmith: 0.1.23 -> 0.1.26
grafana: 10.3.3 -> 10.4.0, explicitly declare subPackages, halve build time, reduce closure size by ~11.5%
mythtv: 32.0 -> 34.0
nixos/amazon-image: Enable Amazon SSM Agent by default
Co-authored-by: Shawn8901 <huntdionysos@gmx.net>
This sets a standard for Steam compat tools in NixOS where they must have the compat tool in a special steamcompattool output. proton-ge-bin was adjusted to conform with it.
This makes it possible to introspect steam-specific arguments such as extraEnv.
Simply use fetchzip and create a symlink to the src rather than unpacking manually.
This package should never be added to systemPackages or other global environments as it will not provide any function there. Making its $out a file will prevent buildEnv from including it; providing an error like this: error: The store path /nix/store/wxl3m27dmjjsfqvzzxw7ibr0gr54wwkp-proton-ge-bin-GE-Proton9-1 is a file and can't be merged into an environment using pkgs.buildEnv! at /nix/store/ndhb3bsaf3zc6gx22vjl0w11sxvapf7b-builder.pl line 122. Some breadcrumbs are left inside the file.
It looks like you accidentally mass-pinged a bunch of people, which are now subscribed Please create a new pull request, link back to this one and ping the In order to avoid this in the future, there are instructions for how to properly |
Description of changes
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.