diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 19:04:52 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-28 19:04:52 +0100 |
| commit | c9e2228249c05ef5e8505cc9ade941fe2c2685bd (patch) | |
| tree | f7a7b16ad7f29d5f7c517110f24ace80f502ee6e | |
| parent | 138818823002e76ae3ae946bd271abf7084b8668 (diff) | |
nixos: update my-nixpkgs on upgrade
| -rw-r--r-- | nixos/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix index a3102a2..f8ee351 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -10,7 +10,7 @@ system.autoUpgrade.flags = let update-input = input: [ "--update-input" input ]; - in update-input "latitude-7490/nixpkgs" ++ update-input "latitude-7490/home-manager" ++ update-input "latitude-7490/nixos-hardware"; + in update-input "latitude-7490/nixpkgs" ++ update-input "latitude-7490/home-manager" ++ update-input "latitude-7490/nixos-hardware" ++ update-input "latitude-7490/my-nixpkgs"; # make auto-upgrade service lightweight systemd.services.nixos-upgrade.unitConfig = { CPUWeight = 1; }; |
