From 6646e2e3dbd1a12026e17731693472b607e676d6 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 15 Dec 2024 21:38:07 +0100 Subject: [PATCH] Use nixos-24.11 as channel --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index ae14e38..5a80a63 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ let - nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11"; + nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11"; pkgs = import nixpkgs { config = {}; overlays = []; }; in