Mihai Ionita

Results 1 comments of Mihai Ionita

@elf-pavlik There you go: create a file called devbox.json with content ``` { "$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.16.0/.schema/devbox.schema.json", "packages": [ "github:dagger/nix#packages.x86_64-linux.dagger", ], } ``` And run it: ``` $ devbox shell -c ....