Update nix version to 24.11.

This commit is contained in:
Orne Brocaar
2024-12-05 11:20:20 +00:00
parent 91b9077ba8
commit d3692144fa
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.05.tar.gz") {} }:
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz") {} }:
pkgs.mkShell {
nativeBuildInputs = [