update nixpkgs-stable to 25.11
This commit is contained in:
parent
52169c319c
commit
dc618a8d28
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ in
|
|||
alexandria = mkHost {
|
||||
hostname = "alexandria";
|
||||
tags = [
|
||||
# "server" TODO: uncomment when 25.11 is out.
|
||||
"server"
|
||||
"fwupd"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue