Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D5727
Change Details
Change Details
Old
New
Diff
``` nix build .#comm-blob # or nix build .#comm-blob.dockerImage # will just be the contents of `comm-blob` in an oci container ``` https://linear.app/comm/issue/ENG-2305
``` nix build .#comm-blob # for any platform # or nix build .#comm-blob.dockerImage # if from linux ``` https://linear.app/comm/issue/ENG-2305
``` nix build .#comm-blob
# for any platform
# or nix build .#comm-blob.dockerImage #
will just be the contents of `comm-blob` in an oci container
if from linux
``` https://linear.app/comm/issue/ENG-2305
Continue