mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-22 10:19:44 +01:00
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
|