feat: bump to nixos 25.05

This commit is contained in:
Ryan Yin
2025-05-21 12:07:46 +08:00
parent d66ca3680c
commit a2007fd88c
29 changed files with 94 additions and 94 deletions
@@ -1,6 +1,6 @@
{
# a flake for testing
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
outputs = {nixpkgs, ...}: let
system = "x86_64-linux";
pkgs = import nixpkgs {inherit system;};