Commit 6e79d0d3 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

targetcli: rename to targetcli-fb

parent b6ec380f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ in
      mode = "0600";
    };

    environment.systemPackages = with pkgs; [ targetcli ];
    environment.systemPackages = with pkgs; [ targetcli-fb ];

    boot.kernelModules = [
      "configfs"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
}:

python3Packages.buildPythonApplication rec {
  pname = "targetcli";
  pname = "targetcli-fb";
  version = "3.0.1";
  pyproject = true;

+1 −0
Original line number Diff line number Diff line
@@ -1473,6 +1473,7 @@ mapAliases {
  taskwarrior = lib.warnOnInstantiate "taskwarrior was replaced by taskwarrior3, which requires manual transition from taskwarrior 2.6, read upstream's docs: https://taskwarrior.org/docs/upgrade-3/" taskwarrior2;
  taplo-cli = taplo; # Added 2022-07-30
  taplo-lsp = taplo; # Added 2022-07-30
  targetcli = targetcli-fb; # Added 2025-03-14
  taro = taproot-assets; # Added 2023-07-04
  tbb_2021_5 = throw "tbb_2021_5 has been removed from nixpkgs, as it broke with GCC 14";
  tcl-fcgi = tclPackages.tcl-fcgi; # Added 2024-10-02