Skip to content

Commit

Permalink
Merge pull request #222386 from arcnmx/nvme-cli-program
Browse files Browse the repository at this point in the history
nvme-cli: meta.mainProgram
  • Loading branch information
superherointj authored Mar 21, 2023
2 parents a6c2ff4 + c448edd commit e00cacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/nvme-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ mic92 ];
mainProgram = "nvme";
};
}

0 comments on commit e00cacd

Please sign in to comment.