From 9a773fea7347f6c38d9082fcbc760b4c485ec016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E4=B8=8B?= Date: Mon, 19 Feb 2024 20:05:16 +0900 Subject: [PATCH] Update to nixpkgs unstable --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f49b4ad..896af1e 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Zig compiler binaries."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-utils.url = "github:numtide/flake-utils"; # Used for shell.nix