fixup: fix patches folder
This commit is contained in:
parent
0d27956624
commit
23fce1be6c
1 changed files with 1 additions and 1 deletions
|
@ -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}))
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue