Automatic system upgrades: Difference between revisions

Dujo (talk | contribs)
Prioritize channel-based auto-upgrade config since it's the NixOS default; clarify flake vs channel differences
Bittner (talk | contribs)
Flake-based systems: Remove deprecated flag
Line 32: Line 32:
   flake = inputs.self.outPath;
   flake = inputs.self.outPath;
   flags = [
   flags = [
    "--update-input"
    "nixpkgs"
     "--print-build-logs"
     "--print-build-logs"
   ];
   ];