From 1536ce8ed163ead67e59e0bddc8b6892ef7c58b4 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 5 Feb 2025 20:32:08 -0500 Subject: [PATCH] Update shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 26cba927..4afce315 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