mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-16 10:29:55 +01:00
fix: wrong overlay path
This commit is contained in:
parent
977dfcb8ae
commit
1f15925652
@ -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)
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user