Automatic system upgrades: Difference between revisions
m how to fix Git "fatal: unable to auto-detect email address" |
→Flake-based systems: explain why --update-inputs nixpkgs doesn't work anymore and which bug to follow for resolutions. |
||
| Line 38: | Line 38: | ||
randomizedDelaySec = "45min"; | randomizedDelaySec = "45min"; | ||
}; | }; | ||
</nowiki>}} | </nowiki>}}Previously this page advised to set the flags <code>--update-input nixpkgs</code> to trigger updating a specific input. However that flag will just be handed through to <code>nix build</code> where it was deprecated and removed. Follow [https://github.com/NixOS/nixpkgs/issues/349734 this Bug for details and resolutions]. | ||
== Monitoring == | == Monitoring == | ||