From 8a19288e8ee169f4ef9debb87a6b9fe2245b826f Mon Sep 17 00:00:00 2001 From: harald Date: Mon, 24 Mar 2025 12:28:12 +0100 Subject: [PATCH] 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/"