Commit 46cb55f 1 parent ac7fc27 commit 46cb55f Copy full SHA for 46cb55f
File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,15 @@ The nixpkgs and nixos-mailserver versions used by the platform are pinned in `fl
152
152
153
153
We use our [ nixpkgs fork] ( https://github.com/flyingcircusio/nixpkgs ) and the nixos-mailserver fork from our Gitlab.
154
154
155
+ Our nixpkgs fork is automatically updated by the update-nixpkgs GitHub action in fc-nixos-release-tools.
156
+
157
+ If you need to manually cherry-pick a commit from nixpkgs or add another commit on top of our nixpkgs fork, please add
158
+ the commit to the nixos-xx.xx (replace with the current version) and run
159
+
160
+ ./update-nixpkgs-lock.sh
161
+
162
+ on an x86_64-linux machine and commit the changed files to this repository.
163
+
155
164
To learn more about our release tooling, look at the fc-nixos-release-tooling repo.
156
165
157
166
License
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ nix flake update nixpkgs
4
+ nix run .# buildVersionsJson
5
+ nix run .# buildPackageVersionsJson
You can’t perform that action at this time.
0 commit comments