From f6cefeeccce62d8344bd4a7a904b573c951db53e Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Thu, 12 Mar 2026 21:19:11 +0100 Subject: [PATCH] build(nix): switch to nixos-25.05 for Rust 1.87 edition2024 support --- flake.nix | 2 +- infra/nixos/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c30cfba..b2e3e52 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "WEFT OS — capability-secure Wayland compositor and app runtime"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; flake-utils.url = "github:numtide/flake-utils"; }; diff --git a/infra/nixos/configuration.nix b/infra/nixos/configuration.nix index b2b7649..f53c2b5 100644 --- a/infra/nixos/configuration.nix +++ b/infra/nixos/configuration.nix @@ -6,7 +6,7 @@ "${modulesPath}/virtualisation/qemu-vm.nix" ]; - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; boot.loader.grub = { enable = true;