From 16594d72d5f5134c7cc44b949389720c16f42d95 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 7 Mar 2024 19:14:34 +0100 Subject: [PATCH] Bump shell.nix channel to 23.11 Signed-off-by: Sefa Eyeoglu --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9c27da4..9f346c4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ let - nixpkgs = builtins.fetchTarball "channel:nixos-22.05"; + nixpkgs = builtins.fetchTarball "channel:nixos-23.11"; pkgs = import nixpkgs { config = { }; overlays = [ ]; }; in with pkgs;