25.05 -> unstable

This commit is contained in:
2025-11-12 23:34:01 -05:00
parent 1db6fe09da
commit 8f0492f03b
6 changed files with 32 additions and 46 deletions

View File

@@ -2,7 +2,7 @@
description = "System nixOS flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
lanzaboote = {
url = "github:nix-community/lanzaboote";
@@ -13,7 +13,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};