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
|
||||
(pathExists ./patches/${name})
|
||||
(map
|
||||
(fn: ./pathes/${name}/${fn})
|
||||
(fn: ./patches/${name}/${fn})
|
||||
(attrNames (readDir ./patches/${name}))
|
||||
);
|
||||
};
|
||||
|
|
Reference in a new issue