idk
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"librepods": {
|
||||
"fetcher": "git",
|
||||
"url": "https://github.com/kavishdevar/librepods",
|
||||
"rev": "287163e116d092485d561ad571dae03a2f43cf2f",
|
||||
"hash": "sha256-PD5U87RVBRCLWwnN54x3AEey6wqoOeZlBvzyIESH1v8="
|
||||
"rev": "339c478564bd2d0492cdb47fdae915cad6a732b2",
|
||||
"hash": "sha256-JPuut0LjJmUU3WQK52tcPTMkc6bdNOHa1Rv7JYAXYa4="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,16 +1,31 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"variables": {
|
||||
"modDirVersion": "6.12.47",
|
||||
"tag": "stable_20250916"
|
||||
},
|
||||
"sources": {
|
||||
"kernel": {
|
||||
"stable": {
|
||||
"fetcher": "github",
|
||||
"owner": "raspberrypi",
|
||||
"repo": "linux",
|
||||
"tag": "${tag}",
|
||||
"tag": "stable_20250916",
|
||||
"hash": "sha256-HG8Oc04V2t54l0SOn4gKmNJWQUrZfjWusgKcWvx74H0=="
|
||||
},
|
||||
"latest": {
|
||||
"fetcher": "github",
|
||||
"owner": "raspberrypi",
|
||||
"repo": "linux",
|
||||
"rev": "d477259acbe9fe42de4aa605c0c3952a2b970b37",
|
||||
"hash": "sha256-HdMfQCoHL+BksDAZt8/jRtCh2I4dpaacr0yW+DF4DPo="
|
||||
}
|
||||
},
|
||||
"variants": {
|
||||
"lts": {
|
||||
"variables": {
|
||||
"modDirVersion": "6.12.47"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"variables": {
|
||||
"modDirVersion": "6.18.6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notes": {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"fetcher": "github",
|
||||
"owner": "raspberrypi",
|
||||
"repo": "utils",
|
||||
"rev": "230d67ad28e74b17a42064453b2163991cb51a5e",
|
||||
"hash": "sha256-x3E8DwKKCmjxloCRB8djqNwuyrR4rok+JcNgPQ1ZH3Y="
|
||||
"rev": "f0ceb02829c3f8349b53633747527f4e2e5c0ae7",
|
||||
"hash": "sha256-6sN2Wi0Y826EENMmGcPzOxyHoPtDGFfTsxnoH+cofWA="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
# ###################################################
|
||||
|
||||
boot = {
|
||||
kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos-lto;
|
||||
kernelPackages = lib.mkForce pkgs.${namespace}.linuxPackages_cachyos-server-lto-znver4;
|
||||
supportedFilesystems.zfs = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user