From 4cd4b43a83cc179b492bbd41fea1ee0797620b8f Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Tue, 4 Jun 2024 18:58:22 +0100 Subject: [PATCH] Add docs --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index ea25cf3..1633197 100644 --- a/flake.nix +++ b/flake.nix @@ -241,6 +241,7 @@ }; in { + # Configure a formatter so that `nix fmt` can be used for format this file. formatter = pkgs.nixpkgs-fmt; packages = { @@ -251,6 +252,9 @@ inherit rust; }; + # Define runnable applications for use with `nix run`. + # These can be used like `nix run "github:holochain/holonix#hc-scaffold" -- --version`. + # https://flake.parts/options/flake-parts.html?highlight=perSystem.apps#opt-perSystem.apps apps = { holochain.program = "${holochain}/bin/holochain"; lair-keystore.program = "${lair-keystore}/bin/lair-keystore";