{"id":13611397,"url":"https://github.com/andreoss/kernel-overlay","last_synced_at":"2025-03-27T01:31:19.807Z","repository":{"id":156165451,"uuid":"613121044","full_name":"andreoss/kernel-overlay","owner":"andreoss","description":"linux kernel overlay","archived":false,"fork":false,"pushed_at":"2024-10-29T14:20:08.000Z","size":621,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T17:29:16.867Z","etag":null,"topics":["kernel","nix","nixos"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T23:27:14.000Z","updated_at":"2024-10-29T14:20:12.000Z","dependencies_parsed_at":"2023-09-25T01:06:31.565Z","dependency_job_id":"28bd8697-41c2-4e8e-8c15-d4ae67861a94","html_url":"https://github.com/andreoss/kernel-overlay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoss%2Fkernel-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoss%2Fkernel-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoss%2Fkernel-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreoss%2Fkernel-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreoss","download_url":"https://codeload.github.com/andreoss/kernel-overlay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245764678,"owners_count":20668458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kernel","nix","nixos"],"created_at":"2024-08-01T19:01:54.884Z","updated_at":"2025-03-27T01:31:19.796Z","avatar_url":"https://github.com/andreoss.png","language":"Perl","funding_links":[],"categories":["Perl"],"sub_categories":[],"readme":"# Kernel overlay\n\nBuilds of the vanilla Linux kernel for Nix.\n\nThe current releases are regularly pulled from https://kernel.org.\nRun `nix flake show github:andreoss/kernel-overlay' to see the exact versions.\n\n- `linuxPackages` is an alias for the latest `stable` release.\n- `linuxPackages_testing` is an alias for the latest `mainline` release.\n\n\n## Available releases\n\n\u003c!--START--\u003e\n|Version|Package|Date|\n|---|---|---|\n|6.14.0|\u003cb\u003emainline\u003c/b\u003e|2025-03-24|\n|6.13.8|\u003cb\u003estable\u003c/b\u003e|2025-03-22|\n|6.12.20|\u003cb\u003e6_12\u003c/b\u003e|2025-03-22|\n|6.6.84|\u003cb\u003e6_6\u003c/b\u003e|2025-03-22|\n|6.1.131|\u003cb\u003e6_1\u003c/b\u003e|2025-03-13|\n|5.15.179|\u003cb\u003e5_15\u003c/b\u003e|2025-03-13|\n|5.10.235|\u003cb\u003e5_10\u003c/b\u003e|2025-03-13|\n|5.4.291|\u003cb\u003e5_4\u003c/b\u003e|2025-03-13|\n\u003c!--END--\u003e\n\n## Installation\n\n(Optional) Enable cachix substitutions in `nix.settings`.\n\nhttps://app.cachix.org/cache/kernel-overlay\n\nNOTE: This change will only have effect after a `nix-daemon' restart.\n\n```\n  nix.settings = {\n    experimental-features = [ \"nix-command\" \"flakes\" ];\n    substituters = [ \"https://kernel-overlay.cachix.org\" ];\n    trusted-public-keys = [\n      \"kernel-overlay.cachix.org-1:rUvSa2sHn0a7RmwJDqZvijlzZHKeGvmTQfOUr2kaxr4=\"\n    ];\n  };\n```\n\nAdd as an input to a flake\n\n```\n{\n  description = \"OS configuration\";\n  inputs = {\n    ...\n    kernel-overlay.url = \"github:andreoss/kernel-overlay\";\n    ...\n ```\n\n Enable overlay\n ```\n  outputs = inputs@{ self, nixpkgs, home-manager, ... }:\n    let\n      systems = lib.systems.flakeExposed;\n      lib = nixpkgs.lib;\n      eachSystem = lib.genAttrs systems;\n    in rec {\n      legacyPackages = eachSystem (system:\n        import nixpkgs {\n          inherit system;\n          overlays = [\n            inputs.kernel-overlay.overlays.default\n          ];\n        });\n      ...\n\n```\n\nBy default, this overlay replaces the default kernel package. To use a specific one, specify it\nin`configuration.nix`. For example\n\n```\n  boot.kernelPackages = pkgs.linuxPackages_4_14;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreoss%2Fkernel-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreoss%2Fkernel-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreoss%2Fkernel-overlay/lists"}