flake.nix: explicitly append overlays from path

Co-authored-by: David Arnold <dar@xoe.solutions>
This commit is contained in:
Pacman99 2021-05-12 12:29:00 -07:00 committed by GitHub
parent 2b73d3bf53
commit 3ee831f852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,9 @@
channels = {
nixos = {
overlays = [
(devlib.lib.pathsIn ./overlays)
overlays =
(devlib.lib.importers.pathsIn ./overlays) ++
[
./pkgs/default.nix
pkgs.overlay # for `srcs`
nur.overlay