Update channel for shell.nix 24.05 -> 24.11

This commit is contained in:
Joey Hafner 2024-12-31 10:44:17 -08:00
parent 500845ab8e
commit 38a0430854
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -1,6 +1,6 @@
# Install core packages, configure toolkits
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
@ -59,4 +59,3 @@ in
'';
};