Move to nixpkgs 25.10

This commit is contained in:
J. Fernando Sánchez
2026-02-05 10:44:12 +01:00
committed by J. Fernando Sánchez
parent cf50f8800b
commit 2d074e0b09
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";