breitbandmessung: move to by-name

This commit is contained in:
Fabian Möller 2025-06-26 09:44:16 +02:00
parent 681e4464da
commit 3ab69d3e63
No known key found for this signature in database
GPG Key ID: 70B29D65DD8A7E31
4 changed files with 3 additions and 5 deletions

View File

@ -4,7 +4,7 @@
fetchurl,
asar,
dpkg,
electron,
electron_34,
makeWrapper,
nixosTests,
undmg,
@ -13,6 +13,8 @@
let
inherit (stdenv.hostPlatform) system;
electron = electron_34;
sources = import ./sources.nix;
systemArgs =

View File

@ -1235,10 +1235,6 @@ with pkgs;
stdenv = clangStdenv;
};
breitbandmessung = callPackage ../applications/networking/breitbandmessung {
electron = electron_34;
};
### APPLICATIONS/VERSION-MANAGEMENT
git = callPackage ../applications/version-management/git {