mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-22 18:29:44 +01:00
mnt-reform: Update kernel to 6.17.2
This commit is contained in:
parent
52113c4f5c
commit
9fbdc8cbdb
6 changed files with 131 additions and 31 deletions
10
mnt/reform/updateKernelPatches.nix
Normal file
10
mnt/reform/updateKernelPatches.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
let
|
||||
nixpkgs = import <nixpkgs> { };
|
||||
pkgs = nixpkgs.pkgs;
|
||||
lib = nixpkgs.lib;
|
||||
sources = lib.importJSON ./sources.json;
|
||||
reformDebianPackages = pkgs.fetchFromGitLab sources.reformDebianPackages;
|
||||
in
|
||||
map (lib.removePrefix "${reformDebianPackages}/") (
|
||||
lib.filesystem.listFilesRecursive "${reformDebianPackages}/linux/patches${lib.versions.majorMinor sources.modDirVersion}"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue