Upgrade nix ver

This commit is contained in:
Zephrynis
2025-10-06 01:36:16 +01:00
committed by GitHub
parent d2acb32576
commit e4bb95fb76

View File

@@ -2,10 +2,10 @@
description = "Nix flake for PC and laptop with shared modules and Home Manager"; description = "Nix flake for PC and laptop with shared modules and Home Manager";
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; # You can bump to a newer release later (e.g., nixos-24.11) nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; # You can bump to a newer release later (e.g., nixos-24.11)
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-24.05"; url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };