25.05 -> 25.11

This commit is contained in:
2025-12-30 16:38:30 -05:00
parent a549b01111
commit d4172a5886
2 changed files with 38 additions and 40 deletions

View File

@@ -2,11 +2,10 @@
description = "Flake for server muffin";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
lanzaboote = {
# Pin to commit to fix: https://github.com/nix-community/lanzaboote/issues/518
url = "github:nix-community/lanzaboote/6242b3b2b5e5afcf329027ed4eb5fa6e2eab10f1";
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -20,7 +19,7 @@
vpn-confinement.url = "github:Maroka-chan/VPN-Confinement";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};