update flake

This commit is contained in:
Jonas Heinrich 2026-03-13 10:31:56 +01:00
parent e5acfdf19d
commit 433d030539
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
description = "Invoiceplane invoice template development shell";
inputs.nixpkgs.url = "nixpkgs/nixos-25.05";
inputs.nixpkgs.url = "nixpkgs/nixos-25.11";
outputs =
{ self, nixpkgs, ... }@inputs:
@ -77,7 +77,7 @@
};
};
system.stateVersion = "25.05";
system.stateVersion = "25.11";
services.getty.autologinUser = "root";
}
)