From f6e5c15afd255e91e059f7aa89d0c7412ed1d854 Mon Sep 17 00:00:00 2001 From: Andrew Bryant Date: Fri, 14 Aug 2026 16:18:03 -0400 Subject: [PATCH] flake.nix: updated nixpkgs input to latest NixOS release --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bc32b3e..8c137c1 100644 --- a/flake.nix +++ b/flake.nix @@ -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, }: