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