license-generator: move to by-name

This commit is contained in:
Loïc Reynier 2024-09-01 10:50:19 +00:00
parent 3b44d536bd
commit eacef538b2
No known key found for this signature in database
GPG Key ID: 6213A7D3F83C856A
2 changed files with 0 additions and 2 deletions

View File

@ -1857,8 +1857,6 @@ with pkgs;
license-cli = callPackage ../tools/misc/license-cli { };
license-generator = callPackage ../tools/misc/license-generator { };
linux-router = callPackage ../tools/networking/linux-router { };
linux-router-without-wifi = linux-router.override { useWifiDependencies = false; };