flake: 25.11 is now stable

This commit is contained in:
Antoine Martin 2025-12-01 16:31:08 +01:00
parent a11efa04ec
commit ab2677dca5

View file

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