use just file, make flake work on mac
parent
f3054d2805
commit
18b67e471a
|
@ -1,5 +1,4 @@
|
|||
/target
|
||||
**/result
|
||||
result/
|
||||
result
|
||||
/config
|
||||
|
||||
.env
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
cmake
|
||||
libopus
|
||||
yt-dlp
|
||||
];
|
||||
] ++ (if pkgs.system == "aarch64-darwin" || pkgs.system == "x86_64-darwin" then [ darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.SystemConfiguration ] else []);
|
||||
};
|
||||
|
||||
packages = with pkgs; flake-utils.lib.flattenTree rec {
|
||||
|
|
Loading…
Reference in New Issue