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

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1758070117,
"narHash": "sha256-uLwwHFCZnT1c3N3biVe/0hCkag2GSrf9+M56+Okf+WY=",
"lastModified": 1773222311,
"narHash": "sha256-BHoB/XpbqoZkVYZCfXJXfkR+GXFqwb/4zbWnOr2cRcU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e9b7f2ff62b35f711568b1f0866243c7c302028d",
"rev": "0590cd39f728e129122770c029970378a79d076a",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-25.05",
"ref": "nixos-25.11",
"type": "indirect"
}
},

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";
}
)