mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
nix overlay: convert sha to file
This commit is contained in:
parent
505299bcde
commit
11dbd981b4
1
nix/bcachefs.rev.sha256
Normal file
1
nix/bcachefs.rev.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
sha256-cK2GKfn3VKd08S2a1FPSvG2+WT4iVXsa6m+/1jFlTMA=
|
@ -22,7 +22,7 @@ final: prev: {
|
|||||||
kernel = final.callPackage ./bcachefs-kernel.nix {
|
kernel = final.callPackage ./bcachefs-kernel.nix {
|
||||||
commit = final.bcachefs.tools.bcachefs_revision;
|
commit = final.bcachefs.tools.bcachefs_revision;
|
||||||
# This needs to be recalculated for every revision change
|
# This needs to be recalculated for every revision change
|
||||||
sha256 = "sha256-XSA0dBZZL8RXplgjpoLOFSULM8t/0Ztz8xlhLn9hdyw=";
|
sha256 = builtins.readFile ./bcachefs.rev.sha256;
|
||||||
kernelPatches = [];
|
kernelPatches = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user