diff --git a/flake.lock b/flake.lock
index 9853c39..f1d707b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -264,19 +264,16 @@
     },
     "srvos": {
       "inputs": {
-        "flake-parts": [
-          "flake-parts"
-        ],
         "nixpkgs": [
           "nixpkgs"
         ]
       },
       "locked": {
-        "lastModified": 1707957968,
-        "narHash": "sha256-2iLIl6ZsNKYz2jtRe/uFX9NabR+0WQxP1D+3DAnucNY=",
+        "lastModified": 1708303807,
+        "narHash": "sha256-T3ywY/VPlG0n7P7Rhm/GJ+hLXtUmEETJUGRfvaYQ0OM=",
         "owner": "nix-community",
         "repo": "srvos",
-        "rev": "88014ded851a318af0ddc3ff2cf337d375d3a24d",
+        "rev": "7c02fb006bdd70474853e6395bd5916ba2404fa2",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 2338e48..083c5a0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,6 @@
     srvos.url = "github:nix-community/srvos";
     # actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
     srvos.inputs.nixpkgs.follows = "nixpkgs";
-    srvos.inputs.flake-parts.follows = "flake-parts";
 
     nixpkgs-update.url = "github:ryantm/nixpkgs-update";
     nixpkgs-update.inputs.mmdoc.follows = "";