flake: switch to release-25.11 beta

This commit is contained in:
Antoine Martin 2025-11-26 12:38:56 +01:00
parent 2fe8979cad
commit 39a03e4b2a
2 changed files with 13 additions and 13 deletions

View file

@ -5,7 +5,7 @@
type = "github";
owner = "NixOS";
repo = "nixpkgs";
ref = "nixos-25.05";
ref = "release-25.11";
};
nixpkgs-unstable-small = {
@ -25,7 +25,7 @@
type = "github";
owner = "nix-community";
repo = "home-manager";
ref = "release-25.05";
ref = "master";
inputs.nixpkgs.follows = "nixpkgs";
};