Skip to content

Commit

Permalink
Use .program
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 4, 2024
1 parent f9fc4aa commit cdb9c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@
};

apps = {
holochain = "${holochain}/bin/holochain";
lair-keystore = "${lair-keystore}/bin/lair-keystore";
holochain.program = "${holochain}/bin/holochain";
lair-keystore.program = "${lair-keystore}/bin/lair-keystore";
hc-launch.program = "${hc-launch}/bin/hc-launch";
hc-scaffold = "${hc-scaffold}/bin/hc-scaffold";
hc-scaffold.program = "${hc-scaffold}/bin/hc-scaffold";
};

devShells = {
Expand Down

0 comments on commit cdb9c0b

Please sign in to comment.