flake: track nixos-26.05 (nixos-25.11 is EOL)
nixos-25.11 reached end-of-life (frozen upstream at b6018f8), so `nix flake update` no longer pulls system package updates. Move the default nixpkgs channel to the current stable release, nixos-26.05. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
86b5c2422e
commit
2f9293f698
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
description = "NixOS installation ISO with Lix";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05";
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue