From 266ae6f468056d648ff2609141637b38e90cc4a0 Mon Sep 17 00:00:00 2001 From: servostar Date: Tue, 3 Dec 2024 09:22:15 +0100 Subject: [PATCH] build: switch to unstable --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 12fabe3..54657e1 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,5 @@ let - nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11"; + nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable"; pkgs = import nixpkgs { config = {}; overlays = []; }; in