564a7994d8d7b3263f3134833a04888be21aac60
Some checks failed
Build Custom Kernel / build-kernel (push) Has been cancelled
Building the custom kernel
On a NIX machine:
nix-build '<nixpkgs/nixos>' -A config.system.build.kernel --arg configuration ./custom-kernel.nix
Uploading the kernel as an artifact to Gitea
- Create a tarball of the built kernel:
mkdir result-writable
cp -rL result/lib/modules/6.6.63/kernel result-writable/kernel
sudo chmod -R u+rwX,g+rwX,o+rX result-writable
tar -czf custom-kernel.tar.gz -C result-writable .
rm -rf result-writable
- Create a new release on Gitea and upload the tarball
Description
Cameras
Latest
Languages
Nix
100%