From a4e8b64ff25667569dcfdd3ff9a79842b04306e4 Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Sun, 14 Jan 2024 10:40:02 +1000
Subject: [PATCH] flake: update srvos follows

---
 flake.lock | 10 ++++++----
 flake.nix  |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/flake.lock b/flake.lock
index 5c31626..2678af6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -264,17 +264,19 @@
     },
     "srvos": {
       "inputs": {
-        "nixos-stable": [],
+        "flake-parts": [
+          "flake-parts"
+        ],
         "nixpkgs": [
           "nixpkgs"
         ]
       },
       "locked": {
-        "lastModified": 1704678919,
-        "narHash": "sha256-Wv7deGdMNhQ8gBcZk24zpdqMsxKT3BC/ZIUi4RboRjY=",
+        "lastModified": 1705191232,
+        "narHash": "sha256-eaEN3l9JTq5py2T/jVE0pi/vAqw6kVOHGylmpWWJa4U=",
         "owner": "nix-community",
         "repo": "srvos",
-        "rev": "560fd5f7f182b41c7f8e843542b570343afca3d0",
+        "rev": "bd28160bd011354edcca7f29614f6fcb848a9661",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 6c99c13..2338e48 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,7 @@
     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.nixos-stable.follows = "";
+    srvos.inputs.flake-parts.follows = "flake-parts";
 
     nixpkgs-update.url = "github:ryantm/nixpkgs-update";
     nixpkgs-update.inputs.mmdoc.follows = "";