diff --git a/flake.lock b/flake.lock index fc99bdae..da990a70 100644 --- a/flake.lock +++ b/flake.lock @@ -66,16 +66,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1763618868, - "narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=", + "lastModified": 1764173365, + "narHash": "sha256-JaNFPy3nywPNxSDpEgFFqvngQww5Igb6twG4NhMo8oc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942", + "rev": "2fecba9952096ba043c16b9ef40b92851ff3e5d9", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 4ecd57b7..cd7a9524 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A neovim configuration system for NixOS"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; systems.url = "github:nix-systems/default"; diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 76a21e2e..0b525852 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -2,16 +2,16 @@ "nodes": { "dev-nixpkgs": { "locked": { - "lastModified": 1763618868, - "narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=", + "lastModified": 1764173365, + "narHash": "sha256-JaNFPy3nywPNxSDpEgFFqvngQww5Igb6twG4NhMo8oc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942", + "rev": "2fecba9952096ba043c16b9ef40b92851ff3e5d9", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixpkgs-unstable", + "ref": "nixos-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index 56fdf5c9..888e8d30 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -5,7 +5,7 @@ # NOTE: Use a different name to the root flake's inputs.nixpkgs to avoid shadowing it. # NOTE: The only reason we specify a nixpkgs input at all here, is so the other inputs can follow it. # TODO: Once nix 2.26 is more prevalent, follow the root flake's inputs using a "path:../.." input. - dev-nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + dev-nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; # flake-compat is used by the root `default.nix` to allow non-flake users to import nixvim # diff --git a/version-info.toml b/version-info.toml index b72221ad..fe88f82b 100644 --- a/version-info.toml +++ b/version-info.toml @@ -1,8 +1,8 @@ # DO NOT MODIFY! # This file was generated by ci/version-info/default.nix -nixpkgs_rev = "a8d610af3f1a5fb71e23e08434d8d61a466fc942" +nixpkgs_rev = "2fecba9952096ba043c16b9ef40b92851ff3e5d9" release = "25.11" -unstable = true +unstable = false [versions."25.05"] branch = "nixos-25.05" @@ -10,6 +10,11 @@ channel = "nixos-25.05" status = "stable" [versions."25.11"] +branch = "nixos-25.11" +channel = "nixos-25.11" +status = "beta" + +[versions."26.05"] branch = "main" channel = "nixpkgs-unstable" status = "rolling"