build(nix): switch to nixos-25.05 for Rust 1.87 edition2024 support

This commit is contained in:
Marco Allegretti 2026-03-12 21:19:11 +01:00
parent c09602646f
commit f6cefeeccc
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -6,7 +6,7 @@
"${modulesPath}/virtualisation/qemu-vm.nix"
];
system.stateVersion = "24.11";
system.stateVersion = "25.05";
boot.loader.grub = {
enable = true;