Updated nixpkgs and system state version to 25.05

This commit is contained in:
Andrew Bryant 2025-08-31 12:15:57 -04:00
parent 80acbe079c
commit 135649569f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
description = "A base Linode NixOS image";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
outputs = { self, nixpkgs }: {
nixosConfigurations.linode-image = nixpkgs.lib.nixosSystem {

View File

@ -1,3 +1,3 @@
{
system.stateVersion = "24.11";
system.stateVersion = "25.05";
}