From 490d2e9ffa5e2c33de904d4a7e8e220e3bfb4e5c Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Wed, 7 Feb 2024 22:14:16 +0100
Subject: [PATCH] Fix auto upgrade service

---
 configuration.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix
index 9e49742..ee713b8 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -106,7 +106,7 @@ with pkgs;
     enable = true;
     dates = "22:30";
     flake = "/home/coolneng/Projects/panacea";
-    flags = [ "update" "--commit-lock-file" ];
+    flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
   };
 
   # Add required dependencies to the auto-upgrade service