Skip to content

Commit

Permalink
fix: autoupgrade: add flags to only update nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 17, 2024
1 parent 18a91cd commit 00b5840
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/autoupgrade.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
allowReboot = true;
dates = "03:00";
flake = "github:aymanbagabas/dotfiles";
flags = [
"--update-input"
"nixpkgs"
"-L" # print build logs
];
};
}

0 comments on commit 00b5840

Please sign in to comment.