From c9e2228249c05ef5e8505cc9ade941fe2c2685bd Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 28 Feb 2023 19:04:52 +0100 Subject: nixos: update my-nixpkgs on upgrade --- nixos/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/nix.nix') 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; }; -- cgit v1.2.3