atuin: add update script

This commit is contained in:
r-vdp
2025-04-09 22:19:56 +02:00
parent 8f2115b302
commit 1fc7044c8f
+6 -4
View File
@@ -5,8 +5,7 @@
installShellFiles,
rustPlatform,
nixosTests,
jq,
moreutils,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
@@ -43,8 +42,11 @@ rustPlatform.buildRustPackage rec {
--zsh <($out/bin/atuin gen-completions -s zsh)
'';
passthru.tests = {
inherit (nixosTests) atuin;
passthru = {
tests = {
inherit (nixosTests) atuin;
};
updateScript = nix-update-script { };
};
checkFlags = [