mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Replace builtins.warn with lib.warn to support Nix < 2.23 (Fix #27)
This commit is contained in:
parent
5a69e7afa1
commit
0cce43fce4
@ -80,7 +80,7 @@
|
|||||||
flake = {
|
flake = {
|
||||||
overlay = self.overlays.pinned;
|
overlay = self.overlays.pinned;
|
||||||
overlays.default =
|
overlays.default =
|
||||||
builtins.warn
|
lib.warn
|
||||||
"\"nix-cachyos-kernel.overlays.default\" may cause kernel/patch version mismatch and build failure. Please use \"nix-cachyos-kernel.overlays.pinned\" instead."
|
"\"nix-cachyos-kernel.overlays.default\" may cause kernel/patch version mismatch and build failure. Please use \"nix-cachyos-kernel.overlays.pinned\" instead."
|
||||||
(
|
(
|
||||||
final: prev: {
|
final: prev: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user