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 679b5c8d07
commit ea666e7305
2 changed files with 11 additions and 9 deletions

18
flake.lock generated
View file

@ -2,16 +2,18 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1771848320, "lastModified": 1779622335,
"narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", "narHash": "sha256-ViA62qtL5za7V3d5I8OA9q9JcFhsVAiL5jVHwEclWqk=",
"rev": "2fc6539b481e1d2569f25f8799236694180c0993", "owner": "nixos",
"revCount": 953160, "repo": "nixpkgs",
"type": "tarball", "rev": "705e9929918b43bd7b715dc0a878ac870449bb03",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.953160%2Brev-2fc6539b481e1d2569f25f8799236694180c0993/019c8e05-d2f6-7c7e-9ead-612154b18bfb/source.tar.gz" "type": "github"
}, },
"original": { "original": {
"type": "tarball", "owner": "nixos",
"url": "https://flakehub.com/f/NixOS/nixpkgs/0.1" "ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"pyproject-build-systems": { "pyproject-build-systems": {

View file

@ -2,7 +2,7 @@
description = "nix-builder-autoscaler - autoscaler daemon for Nix remote builders on EC2 Spot"; description = "nix-builder-autoscaler - autoscaler daemon for Nix remote builders on EC2 Spot";
inputs = { inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1"; nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
treefmt-nix = { treefmt-nix = {
url = "github:numtide/treefmt-nix"; url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";