From 526fbfee6e50897e7ba9e61a3a10f9b6476da79a Mon Sep 17 00:00:00 2001
From: zowoq <59103226+zowoq@users.noreply.github.com>
Date: Tue, 12 Dec 2023 10:00:57 +1000
Subject: [PATCH] flake: update srvos follows

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

diff --git a/flake.lock b/flake.lock
index 5edabb0..dedda5b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -265,17 +265,17 @@
     },
     "srvos": {
       "inputs": {
-        "nixos-23_05": [],
+        "nixos-stable": [],
         "nixpkgs": [
           "nixpkgs"
         ]
       },
       "locked": {
-        "lastModified": 1702259614,
-        "narHash": "sha256-FUNaVqnQw2JRzB8bobhuHBkGZjo+l4D0fulgC5W121c=",
+        "lastModified": 1702337325,
+        "narHash": "sha256-5o9TWvp76VedbpO3mB/AkdAZm+mIplXXkat57B5aDuM=",
         "owner": "nix-community",
         "repo": "srvos",
-        "rev": "b47b946903a5cf03069f0c707adf0118716da90b",
+        "rev": "7afef00cd6bf9f18607dd297b39469e0faa48c8f",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 3c33906..085ddb9 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-23_05.follows = "";
+    srvos.inputs.nixos-stable.follows = "";
 
     nixpkgs-update.url = "github:ryantm/nixpkgs-update";
     nixpkgs-update.inputs.mmdoc.follows = "";