fixup: fix patches folder

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-02 04:00:12 +03:00
parent 0d27956624
commit 23fce1be6c
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
patches = lib.mkIf
(pathExists ./patches/${name})
(map
(fn: ./pathes/${name}/${fn})
(fn: ./patches/${name}/${fn})
(attrNames (readDir ./patches/${name}))
);
};