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 patches = lib.mkIf
(pathExists ./patches/${name}) (pathExists ./patches/${name})
(map (map
(fn: ./pathes/${name}/${fn}) (fn: ./patches/${name}/${fn})
(attrNames (readDir ./patches/${name})) (attrNames (readDir ./patches/${name}))
); );
}; };