mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
build(nix): switch to nixos-25.05 for Rust 1.87 edition2024 support
This commit is contained in:
parent
c09602646f
commit
f6cefeeccc
2 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"${modulesPath}/virtualisation/qemu-vm.nix"
|
||||
];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "25.05";
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue