Update nixpkgs input to nixos-26.05
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-05-27 08:48:07 +02:00
parent 0056f819b6
commit ad1415c2c1
2 changed files with 11 additions and 9 deletions

View file

@ -2,7 +2,7 @@
description = "matrix-ops-bot - webhook daemon for Matrix operations";
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
pyproject-nix = {
url = "github:pyproject-nix/pyproject.nix";
inputs.nixpkgs.follows = "nixpkgs";