fix: darwin

This commit is contained in:
Ryan Yin
2023-12-24 00:54:31 +08:00
parent 1e9dc4df4b
commit 73a746cebd
5 changed files with 57 additions and 53 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{mylib, ...}: {
imports =
(mylib.scanPaths ./.)
// [
++ [
../base/server
../base/desktop
../base/core.nix
];