fix: wrong overlay path

This commit is contained in:
Ryan Yin 2024-02-12 17:48:19 +08:00
parent 977dfcb8ae
commit 1f15925652

View File

@ -52,7 +52,7 @@ Let's take a look at an example module that loads overlays. This module can be u
})
# Overlay 3: Define overlays in other files
# The content of .overlays/overlay3/default.nix is the same as above:
# The content of ./overlays/overlay3/default.nix is the same as above:
# `(final: prev: { xxx = prev.xxx.override { ... }; })`
(import ./overlay3)
];