use just file, make flake work on mac
parent
f3054d2805
commit
18b67e471a
|
@ -1,5 +1,4 @@
|
||||||
/target
|
/target
|
||||||
**/result
|
/config
|
||||||
result/
|
|
||||||
result
|
|
||||||
.env
|
.env
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
cmake
|
cmake
|
||||||
libopus
|
libopus
|
||||||
yt-dlp
|
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 {
|
packages = with pkgs; flake-utils.lib.flattenTree rec {
|
||||||
|
|
Loading…
Reference in New Issue