Skip to content

Commit a324d22

Browse files
committed
tweak
1 parent efd43c2 commit a324d22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkgs/modules/graphite-cli/default.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let
2424
};
2525
in
2626
{
27-
id = "graphite-cli-${version}";
27+
id = "graphite-cli";
2828
name = "Graphite CLI";
2929
description = ''
3030
Graphite CLI is a command-line tool that helps developers manage stacked pull requests
@@ -33,9 +33,6 @@ in
3333
'';
3434
displayVersion = version;
3535

36-
imports = [
37-
];
38-
3936
replit.packages = [
4037
graphite-cli
4138
];

0 commit comments

Comments
 (0)