4 lines
105 B
Bash
Executable file
4 lines
105 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
nix eval --file updateKernelPatches.nix > kernelPatches.nix
|
|
nix fmt kernelPatches.nix
|