Loading pkgs/tools/misc/mlxbf-bootctl/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { stdenv , fetchFromGitHub , lib }: stdenv.mkDerivation rec { pname = "mlxbf-bootctl"; version = "1.1-6"; src = fetchFromGitHub { owner = "Mellanox"; repo = pname; rev = "${pname}-${version}"; hash = "sha256-F49ZZtty+NARXA/doAFLhsQn4XkPW6GWLXGy4waIaM0="; }; installPhase = '' install -D mlxbf-bootctl $out/bin/mlxbf-bootctl ''; meta = with lib; { description = "Control BlueField boot partitions"; homepage = "https://github.com/Mellanox/mlxbf-bootctl"; license = licenses.bsd2; changelog = "https://github.com/Mellanox/mlxbf-bootctl/releases/tag/${pname}-${version}"; # This package is supposed to only run on a BlueField. Thus aarch64-linux # is the only relevant platform. platforms = [ "aarch64-linux" ]; maintainers = with maintainers; [ nikstur ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32901,6 +32901,8 @@ with pkgs; mlocate = callPackage ../tools/misc/mlocate { }; mlxbf-bootctl = callPackage ../tools/misc/mlxbf-bootctl { }; plocate = callPackage ../tools/misc/plocate { }; mypaint = callPackage ../applications/graphics/mypaint { }; Loading
pkgs/tools/misc/mlxbf-bootctl/default.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { stdenv , fetchFromGitHub , lib }: stdenv.mkDerivation rec { pname = "mlxbf-bootctl"; version = "1.1-6"; src = fetchFromGitHub { owner = "Mellanox"; repo = pname; rev = "${pname}-${version}"; hash = "sha256-F49ZZtty+NARXA/doAFLhsQn4XkPW6GWLXGy4waIaM0="; }; installPhase = '' install -D mlxbf-bootctl $out/bin/mlxbf-bootctl ''; meta = with lib; { description = "Control BlueField boot partitions"; homepage = "https://github.com/Mellanox/mlxbf-bootctl"; license = licenses.bsd2; changelog = "https://github.com/Mellanox/mlxbf-bootctl/releases/tag/${pname}-${version}"; # This package is supposed to only run on a BlueField. Thus aarch64-linux # is the only relevant platform. platforms = [ "aarch64-linux" ]; maintainers = with maintainers; [ nikstur ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32901,6 +32901,8 @@ with pkgs; mlocate = callPackage ../tools/misc/mlocate { }; mlxbf-bootctl = callPackage ../tools/misc/mlxbf-bootctl { }; plocate = callPackage ../tools/misc/plocate { }; mypaint = callPackage ../applications/graphics/mypaint { };