Skip to content

Commit 58e6f44

Browse files
authored
[easy][examples] Fix remote flake example (#1304)
## Summary Recent Process compose changes broke their flake (or at least how we install it) ## How was it tested?
1 parent aab7f8c commit 58e6f44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/flakes/remote/devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"github:nixos/nixpkgs/5233fd2ba76a3accb5aaa999c00509a11fd0793c#hello",
44
"github:nixos/nixpkgs/5233fd2ba76a3accb5aaa999c00509a11fd0793c#cowsay",
5-
"github:F1bonacc1/process-compose"
5+
"github:F1bonacc1/process-compose/v0.43.1"
66
],
77
"shell": {
88
"init_hook": null,

examples/flakes/remote/devbox.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"lockfile_version": "1",
3+
"packages": {}
4+
}

0 commit comments

Comments
 (0)