revert to kernel 6.12

This commit is contained in:
cswimr 2025-01-24 10:38:41 -06:00
parent b4fb390e46
commit 3671e2adfd
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 40 additions and 83 deletions

View file

@ -2,12 +2,7 @@
description = "System Configuration @ cswimr 2024";
inputs = {
stable.url = "github:NixOS/nixpkgs/nixos-24.11";
# change this back to NixOS/nixpkgs/nixos-unstable once
# https://github.com/NixOS/nixpkgs/commit/c805021f3a95da44a1811f1235b997f57d893dc3
# and
# https://github.com/NixOS/nixpkgs/pull/375838
# trickle down to nixos-unstable
nixpkgs.url = "github:Bot-wxt1221/nixpkgs/5ebc7f832c3a2213bf29d19807033c6f79f74a08";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
staging-next.url = "github:NixOS/nixpkgs/staging-next";
home-manager = {
url = "github:nix-community/home-manager/master";
@ -27,7 +22,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.1";
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak";