From c585dd37f72af6cf2e49e4beff9251f06b35dfdc Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 24 Mar 2025 16:06:47 +0000 Subject: [PATCH] Bump shell.nix to unstable --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 22beab4..f165309 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ let - nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05"; + nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable"; pkgs = import nixpkgs { config = {}; overlays = []; }; in