Revert "Update only the kernel."

This reverts commit d52b5db39b.
This commit is contained in:
Tom Alexander
2026-05-21 20:31:54 -04:00
parent d52b5db39b
commit f99fa54d60
3 changed files with 2 additions and 22 deletions

View File

@@ -20,7 +20,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-kernel.url = "github:NixOS/nixpkgs/d233902339c02a9c334e7e593de68855ad26c4cb";
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.4.2";
inputs.nixpkgs.follows = "nixpkgs";
@@ -35,7 +34,6 @@
{
self,
nixpkgs,
nixpkgs-kernel,
disko,
impermanence,
lanzaboote,
@@ -88,7 +86,6 @@
nixpkgs.hostPlatform.system = nodeConfig.system;
nixpkgs.overlays = [
(final: prev: {
kernel = nixpkgs-kernel.legacyPackages."${prev.stdenv.hostPlatform.system}";
# stable = nixpkgs-stable.legacyPackages."${prev.stdenv.hostPlatform.system}";
unoptimized = import nixpkgs {
system = prev.stdenv.hostPlatform.system;