remove nixpkgs-stable

This commit is contained in:
Mohamed Chrayed 2024-08-06 20:46:22 +02:00
parent 41c849ac10
commit 16fc23d45e

View File

@ -5,7 +5,7 @@ system.autoUpgrade = {
dates = "04:00";
flake = "github:Moe1369/nixos-config";
flags = [
"--update-input" "nixpkgs" "nixpkgs-stable" "--commit-lock-file"
"--update-input" "nixpkgs" "--commit-lock-file"
];
allowReboot = true;
};