How do i get some visibility on this commit, which fixes a bug
https://github.com/NixOS/nixpkgs/pull/110627
more discussion about the confusion here.
How do i get some visibility on this commit, which fixes a bug
https://github.com/NixOS/nixpkgs/pull/110627
more discussion about the confusion here.
Support CUDA 11 in PyTorch and build support for Ampere-based GPUs:
Trivial patch to add a missing option in services.prometheus.scrapeConfigs
:
https://github.com/NixOS/nixpkgs/pull/112207
More complicated PR to add a new application along with required Python dependencies:
Package long forgotten, resurrected!)
https://github.com/NixOS/nixpkgs/pull/113724
A pair of PRs for an offline map server, OSM Scout Server and client, Pure Maps:
~~https://github.com/NixOS/nixpkgs/pull/108354~~
~~https://github.com/NixOS/nixpkgs/pull/107836~~
Simple version bump (I am maintaining this package): whitebophir: 1.7.0 -> 1.9.1 by iblech · Pull Request #112689 · NixOS/nixpkgs · GitHub
I’ve reviewed this: pactorio: init at 0.5.1 by figsoda · Pull Request #114408 · NixOS/nixpkgs · GitHub and this: qemu: re-enable stack protection by alyssais · Pull Request #112881 · NixOS/nixpkgs · GitHub
First one can be merged as-is, second one might require a good look since it’s quite a core package.
A PR where I’d like to get a few more opinions is wpa_supplicant: allow both imperative and declarative networks by Ma27 · Pull Request #113716 · NixOS/nixpkgs · GitHub.
I was pretty unsatisfied that one has to choose between declarative and imperative networks when using wpa_supplicant(8)
. This PR modifies the module accordingly to allow both and has a patch for pkgs.wpa_supplicant
to make sure that declarative networks are not silently modified via e.g. wpa_gui
.
As this has a custom patch for the package, I left this as a draft since I’m not sure if we want to have this in upstream NixOS (probably as an opt-in feature though). There’s already a discussion about pros and cons in the thread which may be worth reading to understand why or why not we want to have this
(Note: I’m totally fine with getting this rejected, I’m already using this for a while and if it remains working well, I’ll just push this into my fork )
I don’t know if it is okay to drop some NixOS/nixos-homepage stuff here, but please have a look if you are interested in that. All merged !
Binary packages of two Electron apps for Linux, Mac and Cygwin (hopefully).
https://github.com/NixOS/nixpkgs/pull/108400
https://github.com/NixOS/nixpkgs/pull/108512/commits
Hope that someone can take a look, especially people who use Mac.
Re-enabled tests and updated version.
https://github.com/NixOS/nixpkgs/pull/116794
Fixed tensorflow-bin_2 package on mac+linux and ignored network-accessing tests in upstream packages.
Allows me to create docker image with really minimal JRE, which is around 40MB. Before the fix it was about 200MB.
https://github.com/NixOS/nixpkgs/pull/115523