flake.nix: updated nixpkgs input to latest NixOS release

This commit is contained in:
2026-08-14 16:18:03 -04:00
parent df90f25778
commit f6e5c15afd
+1 -1
View File
@@ -1,7 +1,7 @@
{
description = "An Invoice Ninja package and module.";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
outputs =
{ self, nixpkgs, nix, }: