Updated nixpkgs and system state version to 25.05
This commit is contained in:
parent
80acbe079c
commit
135649569f
@ -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 {
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user