Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 4, 2024
1 parent cdb9c0b commit 4cd4b43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
};
in
{
# Configure a formatter so that `nix fmt` can be used for format this file.
formatter = pkgs.nixpkgs-fmt;

packages = {
Expand All @@ -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";
Expand Down

0 comments on commit 4cd4b43

Please sign in to comment.