Vonfry
July 9, 2021, 1:10am
558
ddz
July 11, 2021, 3:49pm
559
I think this small PR would be a useful change in default behavior for boot.initrd.secrets
to allow secrets with paths within /run/keys
to avoid extra copies onto disk-backed filesystems. This also makes them easier to use them for ZFS native encryption key file arguments and recreating the initrd from the secrets already in /run/keys
.
PTAL, thank you!
https://github.com/NixOS/nixpkgs/pull/129449
misuzu
July 14, 2021, 10:21am
561
Tests for booting installation media on aarch64.
https://github.com/NixOS/nixpkgs/pull/124415
boppyt
July 17, 2021, 11:56am
563
Please help test the Pantheon 6 upgrade (detailed instructions provided) if you are interested in that.
https://github.com/NixOS/nixpkgs/pull/130380
1 Like
SrTobi
July 28, 2021, 6:43am
570
Hi, my first pr… I’m not sure what there is to do or what it stops from being merged… it just makes a normal grub feature available for nixos
(now with correct pr link)
https://github.com/NixOS/nixpkgs/pull/109302
misuzu
August 2, 2021, 9:43am
572
pennae
August 19, 2021, 9:00am
576
Hi,
this is my first pull request and I would need some help. Especially how to use $out in configureFlags list. These are not evaluated and I set the flag needing $out in preConfigure. Can you confirm, that this is the problem stopping the merging process?
https://github.com/NixOS/nixpkgs/pull/134067
Includes a critical security patch, would be great to merge asap:
NixOS:master
← d-xo:erigon-2021-08-04
opened 08:29AM - 24 Aug 21 UTC
<!--
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
-->
###### Motivation for this change
new version (including a critical security fix): https://github.com/ledgerwatch/erigon/releases/tag/v2021.08.04
Supersedes https://github.com/NixOS/nixpkgs/pull/135135.
###### Things done
- Built on platform(s)
- [x] 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/#sec-conf-file))
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] Tested compilation of all packages that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
- [x] Tested execution of all binary files (usually in `./result/bin/`)
- [21.11 Release Notes (or backporting 21.05 Release notes)](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#generating-2111-release-notes)
- [x] (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
- [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md).
nomeata
August 27, 2021, 11:54am
580
Just a simple backport of a new package that I’d like to install locally without patching or so:
NixOS:release-21.05
← nomeata:backport-133596
opened 08:37PM - 17 Aug 21 UTC
backport of #133596 to release-21.05, which fixed #133239.
(cherry picked from … commit 53fc34dcf0dcd60783d4df74f5cd35a685185d2f)