mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-24 07:31:00 +01:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
nix eval --file updateKernelPatches.nix > kernelPatches.nix
|
|
nix fmt kernelPatches.nix
|