Bump shell.nix to unstable

This commit is contained in:
2025-03-24 16:06:47 +00:00
parent 0a5d02da65
commit c585dd37f7

View File

@@ -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