update flake, switch to nixpkgs 26.05 stable
Some checks failed
buildbot/nix-eval Build done.
buildbot/nix-build gitea:anynews/republisher#checks.x86_64-linux.pyright Build done.
buildbot/nix-build Build done.

This commit is contained in:
Abel Luck 2026-05-27 09:24:42 +02:00
parent 525393272e
commit 18a7f652d4
3 changed files with 24 additions and 25 deletions

View file

@ -2,7 +2,7 @@
description = "republisher-redux - offline RSS and Atom feed mirroring";
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";