nixpkgs 26.05

This commit is contained in:
J. Fernando Sánchez
2026-06-16 14:06:00 +02:00
parent 2cce13f50c
commit 29251579e0
5 changed files with 25 additions and 23 deletions

View File

@@ -3,9 +3,10 @@
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
home-manager = {
url = "github:nix-community/home-manager";
# url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-26.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-index-database.url = "github:nix-community/nix-index-database";