From 5844c209dc2e0f8773f115a22b10a5b706be7f5e Mon Sep 17 00:00:00 2001 From: Samuel Rounce Date: Wed, 22 May 2024 17:03:22 +0100 Subject: [PATCH] fix(loom): Set correct owner on moved repo contextlib2 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3160098..a2b14ed 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,9 @@ Native library for probability distributions in python used by Loom. NOTE: this Other upstream python packages required by Distributions and/or Loom. +#### `.#loom.ociImg` + +A Loom container image is also provided as a passthru attribute of `loom`. It can be built and loaded into your local Docker registry with the following command: +```sh +docker load -i $(nix build 'github:OpenGen/nix/loom-oci-img-attribute#loom.ociImg' --no-link --print-out-paths) +```