mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-22 21:11:26 +02: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
|
# 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 { ... }; })`
|
# `(final: prev: { xxx = prev.xxx.override { ... }; })`
|
||||||
(import ./overlay3)
|
(import ./overlay3)
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user