From b0820d8dc6d7b56e60d13c9f74bdb875182a95af Mon Sep 17 00:00:00 2001 From: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com> Date: Sat, 1 Mar 2025 18:51:07 +0100 Subject: [PATCH] chore: update nixpkgs to 24.11 --- templates/init/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/init/flake.nix b/templates/init/flake.nix index 869a0f1..15556b6 100644 --- a/templates/init/flake.nix +++ b/templates/init/flake.nix @@ -2,7 +2,7 @@ description = "An empty project that uses Zig."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; flake-utils.url = "github:numtide/flake-utils"; zig.url = "github:mitchellh/zig-overlay";