nix: upgrade nixos
All checks were successful
Static / Flake checks (push) Successful in 29s
Static / Create distribution (push) Successful in 56s

This avoids rebuilding uncached, outdated derivations.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-15 17:13:35 +09:00
parent fea9a4fd83
commit dd44d349fc
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
description = "hakurei.app website, based on grapheneos.org";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
};
outputs =