This commit is contained in:
Your Name
2026-05-11 11:28:50 +02:00
parent 07645cdf01
commit 4103266918
5 changed files with 10 additions and 2 deletions
+4
View File
@@ -116,6 +116,10 @@
overlays.unstable = final: _prev: {
unstable = import inputs.unstable {
inherit (final.stdenv.hostPlatform) system;
config = {
allowUnfree = true;
segger-jlink.acceptLicense = true;
};
};
};
+3
View File
@@ -64,6 +64,9 @@
custom.android-cli
unstable.nrfconnect
unstable.nrfutil
#gamedev
godot
];
+1
View File
@@ -11,6 +11,7 @@
nixpkgs = {
config = {
allowUnfree = true;
segger-jlink.acceptLicense = true;
permittedInsecurePackages = [
# example "python3.11-youtube-dl-2021.12.17"
];
+1 -1
View File
@@ -17,7 +17,7 @@ let
src = fetchurl {
url = "https://dl.google.com/android/cli/latest/linux_x86_64/android";
hash = "sha256-JtvdSQKKluLE/D/Asow2afsQCmOZ62xIMyIMElNl1l8=";
hash = "sha256-v5hgB+1OVyiWnoqpfXwicXOSBm/XRuDmnNOwFndQuM4=";
};
nativeBuildInputs = [ autoPatchelfHook ];
+1 -1
View File
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage {
owner = "adrlau";
repo = "QwenASR";
rev = "v1.0.3";
hash = "sha256-Ga52horbOHszNWTA3FWYQk0Awjx6QNJFQ97DD5os0fI=";
hash = "sha256-oPxKxQ6k7y88JYjusWpY6to9NYhnoTzJ6H7J/IViU+U=";
};
cargoHash = "sha256-eEr/QnbACtfUExqA4fYpTN2WVeWmKmSa0GwacAXzLIE=";