update to 25.11

This commit is contained in:
2025-12-05 15:54:38 +00:00
parent 7c56f42779
commit 31b30027ce
3 changed files with 45 additions and 46 deletions
+2 -2
View File
@@ -3,14 +3,14 @@
inputs = {
# Nixpkgs
nixpkgs = {
url = "github:nixos/nixpkgs/release-25.05";
url = "github:nixos/nixpkgs/release-25.11";
};
nixpkgs-unstable = {
url = "github:nixos/nixpkgs";
};
# Other modules
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";