Skip to content

Commit

Permalink
feat(sui): test sui move
Browse files Browse the repository at this point in the history
  • Loading branch information
hmanhng committed May 10, 2024
1 parent 5f65532 commit 69c5a43
Show file tree
Hide file tree
Showing 5 changed files with 16,290 additions and 13 deletions.
1 change: 1 addition & 0 deletions home/dev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
./js.nix
./java.nix
./golang.nix
# ./sui.nix
];
}
9 changes: 9 additions & 0 deletions home/dev/sui.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
pkgs,
self,
...
}: {
home.packages = with pkgs; [
self.legacyPackages.${system}.sui
];
}
Loading

0 comments on commit 69c5a43

Please sign in to comment.