From d14c8e3c80d06a4ad679aeb71c1e0d7efe1a5a56 Mon Sep 17 00:00:00 2001
From: harald <harald@hoyer.xyz>
Date: Mon, 24 Mar 2025 12:26:13 +0100
Subject: [PATCH 1/2] feat: update nix and nixos

---
 flake.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix
index e769e7a..48ea4da 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,8 +1,8 @@
 {
   inputs = {
-    nix.url = "github:/nixos/nix?ref=2.18.2"; # using nix 2.16.1
+    nix.url = "github:/nixos/nix?ref=2.24.12";
     nix.inputs.nixpkgs.follows = "nixpkgs";
-    nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; # and nixos 23.05 for our packages
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; # and nixos 23.05 for our packages
     flake-utils.url = "github:numtide/flake-utils";
   };
 

From 8a19288e8ee169f4ef9debb87a6b9fe2245b826f Mon Sep 17 00:00:00 2001
From: harald <harald@hoyer.xyz>
Date: Mon, 24 Mar 2025 12:28:12 +0100
Subject: [PATCH 2/2] feat: also update the channel

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

diff --git a/flake.nix b/flake.nix
index 48ea4da..6d2720d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,7 +32,7 @@
             # add any other pre-installed packages here
           ];
           # change this is you want
-          channelURL = "https://nixos.org/channels/nixpkgs-24.05";
+          channelURL = "https://nixos.org/channels/nixpkgs-24.11";
           nixConf = {
             substituters = [
               "https://cache.nixos.org/"