Update nixpkgs input to nixos-26.05
Some checks reported warnings
buildbot/nix-eval Build done. (3 warnings)
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 6ff0b92f53
commit f0e0dc9825
2 changed files with 11 additions and 9 deletions

View file

@ -2,7 +2,7 @@
description = "tailscalesd service discovery daemon";
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";