chore: update flake.lock and flake.nix to use release-25.11 for nixpkgs and home-manager

This commit is contained in:
Thiago Sposito 2025-12-04 23:51:41 -03:00
parent c63221b54d
commit 0cb9c93c5c
Signed by: thiago
GPG key ID: 3065EA73A976D430
3 changed files with 14 additions and 11 deletions

View file

@ -2,11 +2,11 @@
description = "my NixOS Config";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager/master";
url = "github:nix-community/home-manager/release-25.11";
};
icons = {
url = "git+https://git.sr.ht/~sposito/icons";