We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd43c2 commit a324d22Copy full SHA for a324d22
1 file changed
pkgs/modules/graphite-cli/default.nix
@@ -24,7 +24,7 @@ let
24
};
25
in
26
{
27
- id = "graphite-cli-${version}";
+ id = "graphite-cli";
28
name = "Graphite CLI";
29
description = ''
30
Graphite CLI is a command-line tool that helps developers manage stacked pull requests
@@ -33,9 +33,6 @@ in
33
'';
34
displayVersion = version;
35
36
- imports = [
37
- ];
38
-
39
replit.packages = [
40
graphite-cli
41
];
0 commit comments