chore: update flake (systemd 257)

This commit is contained in:
Lars Sjöström 2025-01-22 09:15:54 +01:00
parent ab3050c1a9
commit e34f1459c1
No known key found for this signature in database
3 changed files with 8 additions and 8 deletions

View file

@ -33,10 +33,10 @@
(nixpkgs.lib.nixosSystem {
modules = [
(
{ lib, ... }:
{ ... }:
{
nixpkgs.hostPlatform = system;
system.stateVersion = "24.05";
system.stateVersion = "25.05";
}
)
{
@ -54,10 +54,10 @@
(nixpkgs.lib.nixosSystem {
modules = [
(
{ lib, ... }:
{ ... }:
{
nixpkgs.hostPlatform = system;
system.stateVersion = "24.05";
system.stateVersion = "25.05";
}
)
{