diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-11 08:32:18 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-11 08:32:18 +0100 |
| commit | 1f14795cb25b82e3abac6d6aa6512651308fc128 (patch) | |
| tree | 4cf575e4230891f7ff4745c0e889cb50dca56f90 | |
| parent | b8a82469261c88c6d752bea031642a3727d64e3a (diff) | |
nixos: autoUpgrade: update input my-nixpkgs/nur
| -rw-r--r-- | modules/nixos/personal/nix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index 5a79e06..7d815ad 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -27,7 +27,7 @@ in { enable = lib.mkEnableOption "automatic system and nixpkgs upgrade"; autoUpdateInputs = lib.mkOption { type = with lib.types; listOf str; - default = ["nixpkgs"]; + default = ["nixpkgs" "my-nixpkgs/nur"]; }; checkHosts = lib.mkOption { type = with lib.types; listOf str; |
