Skip to content

Commit

Permalink
[easy][examples] Fix remote flake example (jetify-com#1304)
Browse files Browse the repository at this point in the history
## Summary

Recent Process compose changes broke their flake (or at least how we
install it)

## How was it tested?
  • Loading branch information
mikeland73 authored Jul 25, 2023
1 parent aab7f8c commit 58e6f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flakes/remote/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"github:nixos/nixpkgs/5233fd2ba76a3accb5aaa999c00509a11fd0793c#hello",
"github:nixos/nixpkgs/5233fd2ba76a3accb5aaa999c00509a11fd0793c#cowsay",
"github:F1bonacc1/process-compose"
"github:F1bonacc1/process-compose/v0.43.1"
],
"shell": {
"init_hook": null,
Expand Down
4 changes: 4 additions & 0 deletions examples/flakes/remote/devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"lockfile_version": "1",
"packages": {}
}

0 comments on commit 58e6f44

Please sign in to comment.