Fix warnings

This commit is contained in:
2023-07-25 19:26:08 +09:00
parent 31d8f5f7b9
commit 95ccceb259
7 changed files with 17 additions and 17 deletions
+6 -6
View File
@@ -10,8 +10,8 @@ in
nodePackages.expo-cli
(with dotnetCorePackages;
combinePackages [
sdk_6_0
aspnetcore_6_0
sdk_7_0
aspnetcore_7_0
])
python3
python3Packages.pip
@@ -19,10 +19,10 @@ in
cargo-watch
rustfmt
rustc
pkgconfig
openssl
mediainfo
ffmpeg
pkgconfig
openssl
mediainfo
ffmpeg
];
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";