Fix overlay

This commit is contained in:
soraefir
2023-11-17 22:32:10 +01:00
parent 4a95c8fc21
commit e709a1afcf
5 changed files with 132 additions and 132 deletions

View File

@ -1,3 +1,7 @@
{ pkgs, ... }:
[ ]
# [(import ./openttd-jgrpp) (import ./yarn-berry)]
[
(final: prev: {
openttd-jgrpp = import ./openttd-jgrpp { inherit final prev; };
yarn-berry = import ./yarn-berry { inherit final prev; };
})
]