ibmcloud-cli: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:27:16 +01:00
parent c3b38dfd06
commit c7798cb4a9
3 changed files with 2 additions and 3 deletions
@@ -1,11 +1,12 @@
{
lib,
stdenv,
stdenvNoCC,
fetchurl,
installShellFiles,
writableTmpDirAsHomeHook,
}:
let
stdenv = stdenvNoCC;
arch =
with stdenv.hostPlatform;
if isx86_64 then
-2
View File
@@ -12022,8 +12022,6 @@ with pkgs;
freeciv_gtk = freeciv;
ibmcloud-cli = callPackage ../tools/admin/ibmcloud-cli { stdenv = stdenvNoCC; };
# used as base package for iortcw forks
iortcw_sp = callPackage ../by-name/io/iortcw/sp.nix { };