Skip to content

chore: update linux kernel#352

Merged
himkt merged 2 commits intomainfrom
update
May 4, 2026
Merged

chore: update linux kernel#352
himkt merged 2 commits intomainfrom
update

Conversation

@himkt
Copy link
Copy Markdown
Owner

@himkt himkt commented May 4, 2026

@himkt himkt self-assigned this May 4, 2026
@himkt himkt requested a review from Copilot May 4, 2026 14:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Nix flake inputs and adjusts the NixOS host’s pinned Linux kernel package set.

Changes:

  • Refresh flake.lock to newer revisions of nixpkgs, nixpkgs-unstable, home-manager, and sops-nix.
  • Change NixOS boot.kernelPackages from pkgs.linuxPackages_6_19 to pkgs.linuxPackages_6_18.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
hosts/nixos/configuration.nix Updates the pinned kernel package set used by the NixOS host.
flake.lock Bumps locked flake input revisions/hashes to newer versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_6_19;
kernelPackages = pkgs.linuxPackages_6_18;
@himkt himkt merged commit d9a719a into main May 4, 2026
7 checks passed
@himkt himkt deleted the update branch May 4, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants