azuwis
February 20, 2023, 2:55am
1851
Big scipy update: I feel slightly unconfident to merge it as is to staging, without a single eye going over it:
https://github.com/NixOS/nixpkgs/pull/214549
sikmir
February 20, 2023, 9:29am
1854
tobim
February 20, 2023, 4:13pm
1855
arjan-s
February 20, 2023, 4:16pm
1856
Simple version bump from maintainer; PR open since December without review.
(Just updated to target latest commit)
https://github.com/NixOS/nixpkgs/pull/206294
peeley
February 22, 2023, 1:34am
1860
A simple change that adds some documentation for experimental features.
https://github.com/NixOS/nix/pull/7798
Sandro
February 22, 2023, 9:14am
1861
This thread is for nixpkgs only.
peeley
February 23, 2023, 12:31am
1863
Ah, sorry - I Ctrl-F’d for NixOS/nix/pull
and saw earlier PRs posted, but I missed your latest reply.
azuwis
February 23, 2023, 7:01am
1864
urandom
February 23, 2023, 10:16am
1865
linj
February 24, 2023, 12:02pm
1868
Allow users who use zsh as their login shell to set environment variables in .zshenv without system-level zsh module enabled.
https://github.com/NixOS/nixpkgs/pull/217205
jboy
February 25, 2023, 1:52pm
1869
wineee
February 25, 2023, 4:16pm
1870
https://github.com/NixOS/nixpkgs/pull/217789
https://github.com/NixOS/nixpkgs/pull/217458
NixOS:master
← wineee:dde-daemon
opened 06:59AM - 23 Feb 23 UTC
###### Description of changes
https://github.com/linuxdeepin/dde-nixos/issues… /9
( need help to improve this
<!--
For package updates please link to a changelog or describe changes, this helps your fellow maintainers discover breaking updates.
For new packages please briefly describe the package or provide a link to its homepage.
-->
###### Things done
- Built on platform(s)
- [ ] x86_64-linux
- [ ] aarch64-linux
- [ ] x86_64-darwin
- [ ] aarch64-darwin
- [ ] For non-Linux: Is `sandbox = true` set in `nix.conf`? (See [Nix manual](https://nixos.org/manual/nix/stable/command-ref/conf-file.html))
- [ ] Tested, as applicable:
- [NixOS test(s)](https://nixos.org/manual/nixos/unstable/index.html#sec-nixos-tests) (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- and/or [package tests](https://nixos.org/manual/nixpkgs/unstable/#sec-package-tests)
- or, for functions and "core" functionality, tests in [lib/tests](https://github.com/NixOS/nixpkgs/blob/master/lib/tests) or [pkgs/test](https://github.com/NixOS/nixpkgs/blob/master/pkgs/test)
- made sure NixOS tests are [linked](https://nixos.org/manual/nixpkgs/unstable/#ssec-nixos-tests-linking) to the relevant packages
- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"`. Note: all changes have to be committed, also see [nixpkgs-review usage](https://github.com/Mic92/nixpkgs-review#usage)
- [ ] Tested basic functionality of all binary files (usually in `./result/bin/`)
- [23.05 Release Notes (or backporting 22.11 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2305-release-notes)
- [ ] (Package updates) Added a release notes entry if the change is major or breaking
- [ ] (Module updates) Added a release notes entry if the change is significant
- [ ] (Module addition) Added a release notes entry if adding a new NixOS module
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
<!--
To help with the large amounts of pull requests, we would appreciate your
reviews of other pull requests, especially simple package updates. Just leave a
comment describing what you have tested in the relevant package/service.
Reviewing helps to reduce the average time-to-merge for everyone.
Thanks a lot if you do!
List of open PRs: https://github.com/NixOS/nixpkgs/pulls
Reviewing guidelines: https://nixos.org/manual/nixpkgs/unstable/#chap-reviewing-contributions
-->
jmbaur
February 25, 2023, 6:01pm
1871
Adds a denyInterfaces
option for the avahi service as well as renaming the interfaces
option to allowInterfaces
to match more closely to avahi-daemon.conf(5).
https://github.com/NixOS/nixpkgs/pull/173697