mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-25 20:32:01 +02:00
fix(nix): set meta.mainProgram in the package (#1823)
* fix(nix): set meta.mainProgram in the package * style: Update link for the nixpkgs atuin package
This commit is contained in:
parent
95e9530dad
commit
60a09f9465
@ -1,7 +1,7 @@
|
|||||||
# Atuin package definition
|
# Atuin package definition
|
||||||
#
|
#
|
||||||
# This file will be similar to the package definition in nixpkgs:
|
# This file will be similar to the package definition in nixpkgs:
|
||||||
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/atuin/default.nix
|
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/at/atuin/package.nix
|
||||||
#
|
#
|
||||||
# Helpful documentation: https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md
|
# Helpful documentation: https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/rust.section.md
|
||||||
{
|
{
|
||||||
@ -42,5 +42,6 @@ rustPlatform.buildRustPackage {
|
|||||||
description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines";
|
description = "Replacement for a shell history which records additional commands context with optional encrypted synchronization between machines";
|
||||||
homepage = "https://github.com/atuinsh/atuin";
|
homepage = "https://github.com/atuinsh/atuin";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "atuin";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user