revert to kernel 6.12
This commit is contained in:
parent
b4fb390e46
commit
3671e2adfd
3 changed files with 40 additions and 83 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue