nix: upgrade nixpkgs to 25.05 to fix build issue

This commit is contained in:
yuko1101 2025-10-03 13:23:50 +09:00 committed by Supreeeme
parent da6693c88a
commit a9188e70bd
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";