Use nixos-24.11 as channel

This commit is contained in:
ekzyis 2024-12-15 21:38:07 +01:00
parent 55fdc879d8
commit 430f015d8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-23.11";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
in