Skip to content

Commit

Permalink
Add just to replit.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
rxqd committed Mar 30, 2024
1 parent 7a0deda commit 0159d9f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/go/app/replit.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{pkgs}: {
deps = [
pkgs.just
pkgs.go
pkgs.gopls
];
Expand Down
1 change: 1 addition & 0 deletions src/go/sandbox/replit.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{pkgs}: {
deps = [
pkgs.just
pkgs.go
pkgs.gopls
];
Expand Down
5 changes: 4 additions & 1 deletion src/node/react/replit.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{ pkgs }: {
deps = [pkgs.corepack_20];
deps = [
pkgs.just
pkgs.corepack_20
];
}
5 changes: 4 additions & 1 deletion src/node/sandbox/replit.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{ pkgs }: {
deps = [pkgs.corepack_20];
deps = [
pkgs.just
pkgs.corepack_20
];
}

0 comments on commit 0159d9f

Please sign in to comment.