Skip to content

Commit

Permalink
add exePath to gaia app
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Aug 16, 2021
1 parent 7d6739d commit 2e6bfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
# nix run .#<app>
apps = {
hermes = utils.mkApp { name = "hermes"; drv = packages.hermes; };
gaia = utils.mkApp { name = "gaiad"; drv = packages.gaia; };
gaia = utils.mkApp { name = "gaia"; drv = packages.gaia; exePath = "/bin/gaiad"; };
};
});
}

0 comments on commit 2e6bfc7

Please sign in to comment.