digimend: Backport fix to enable building with Linux 6.12#373869
Closed
SohamG wants to merge 1 commit intoNixOS:masterfrom
Closed
digimend: Backport fix to enable building with Linux 6.12#373869SohamG wants to merge 1 commit intoNixOS:masterfrom
SohamG wants to merge 1 commit intoNixOS:masterfrom
Conversation
Contributor
Author
|
CC @gebner |
Contributor
Author
|
Please let me know how I can add this to nixos backports |
Contributor
Author
|
Bump for visibility |
13 tasks
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Contributor
|
@SohamG The package is now unmaintained f887c1d 😿 For anyone else affected by this issue, now linux 6.11 being removed from the unstable branch pinning an old kernel is no longer a viable workaround. The current work around I'm using it to update digimend to the latest commit boot.kernelPackages = (pkgs.linuxPackagesFor pkgs.linux_latest).extend (
final: prev: {
digimend = prev.digimend.overrideAttrs (_attrs: {
src = pkgs.fetchFromGitHub {
owner = "digimend";
repo = "digimend-kernel-drivers";
rev = "f3c7c7f1179fc786a8e5aad027d4db904c31b42c";
hash = "sha256-5kJj3SJfzrQ3n9r1YOn5xt0KO9WcEf0YpNMjiZEYMEo=";
};
# postInstall hook is not needed after
# https://github.com/DIGImend/digimend-kernel-drivers/commit/3e41e856f38dc3ab3e2a81c2b6ee27e01a4aa245
postInstall = "";
});
}
); |
This was referenced Apr 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR has landed in upstream, however a new release is yet to be made. Resolves #363873
Upstream PR: DIGImend/digimend-kernel-drivers#707
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.