feat!: migrate to nixos 25.11

This commit is contained in:
2025-12-05 18:35:07 -08:00
parent 1e514f7288
commit 28a5ebfdb8
7 changed files with 71 additions and 62 deletions

View File

@@ -2,10 +2,10 @@
description = "Top level flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.05";
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-25.11";
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
home-manager.url = "github:nix-community/home-manager?ref=release-25.05";
home-manager.url = "github:nix-community/home-manager?ref=release-25.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
custom-fonts.url = "path:./fonts";