From 978910c7813b90a1faded220ef8f9284830225da Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 17 May 2022 13:07:15 -0400 Subject: [PATCH] Downscale image --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index fa5aa81..1054c0e 100644 --- a/README.org +++ b/README.org @@ -209,9 +209,9 @@ inputs.flake-utils.lib.eachDefaultSystem (system: ** Nix -#+ATTR_ORG: :width 400px -#+ATTR_HTML: :width 400px -#+ATTR_LATEX: :width 400px +#+ATTR_ORG: :width 300px +#+ATTR_HTML: :width 300px +#+ATTR_LATEX: :width 300px [[./docs/images/nix.png]] This shell adds a version of the ~nix~ command that is pre-configured to support Flakes. Flakes are the unit for packaging Nix code in a reproducible and discoverable way. They can have dependencies on other flakes, making it possible to have multi-repository Nix projects. A flake is a filesystem tree that contains a file named =flake.nix=. It specifies some metadata about the flake such as dependencies (inputs), as well as the values such as packages or modules (outputs).