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 3f4a8903dc
commit 1baa4a73d9
4 changed files with 14 additions and 14 deletions

View file

@ -2,17 +2,17 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1746770286,
"narHash": "sha256-Y9s4o1rQlKuaYj4YxKlP7E2/e+FZaV5IjbSxxnF/Nxo=",
"owner": "NixOS",
"lastModified": 1779622335,
"narHash": "sha256-ViA62qtL5za7V3d5I8OA9q9JcFhsVAiL5jVHwEclWqk=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "907e98d6cc08e3261b63e3f8d2831841817b0041",
"rev": "705e9929918b43bd7b715dc0a878ac870449bb03",
"type": "github"
},
"original": {
"owner": "NixOS",
"owner": "nixos",
"ref": "nixos-26.05",
"repo": "nixpkgs",
"rev": "907e98d6cc08e3261b63e3f8d2831841817b0041",
"type": "github"
}
},

View file

@ -1,7 +1,7 @@
{
description = "matrix-synapse 1.129.0";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/907e98d6cc08e3261b63e3f8d2831841817b0041";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
outputs =
{ nixpkgs, ... }: