Skip to content

Commit 910fe4d

Browse files
author
Antoine 'toinux' Wam
committed
nixel: Add UpdateScript
1 parent 35035bb commit 910fe4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ni/nixel/package.nix

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
rustPlatform,
44
fetchFromGitHub,
5+
nix-update-script,
56
testers,
67
nixel,
78
}:
@@ -27,6 +28,7 @@ rustPlatform.buildRustPackage rec {
2728
passthru.tests = {
2829
version = testers.testVersion { package = nixel; };
2930
};
31+
passthru.updateScript = nix-update-script { };
3032

3133
meta = with lib; {
3234
description = "Lexer, Parser, Abstract Syntax Tree and Concrete Syntax Tree for the Nix Expressions Language";

0 commit comments

Comments
 (0)