feat:add_some

feat:add_edl
build:add_dart&&kotlin&&flutter
chore:enable_unfree
This commit is contained in:
dichgrem
2025-11-19 21:13:31 +08:00
parent 51d40326c4
commit 2f4fb7e2d2
4 changed files with 26 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ in {
yt-dlp
#Android
edl
xxd
file
binwalk
@@ -82,6 +83,9 @@ in {
gnumake
rustc
cargo
dart
kotlin
flutter
jdk17
python312
pnpm

View File

@@ -44,7 +44,7 @@ with lib; {
};
};
nixpkgs = {
config.allowUnfree = false;
config.allowUnfree = true;
hostPlatform = "x86_64-linux";
};
}