Skip to content

Commit

Permalink
separate linux app packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer committed Feb 6, 2024
1 parent 2033491 commit edcffae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,14 @@
type = "app";
program = "${packages.apalache}/bin/apalache-mc";
};
}
{
stargaze = {
type = "app";
program = "${packages.stargaze}/bin/starsd";
};
}
{
namada = {
type = "app";
program = "${packages.namada}/bin/namada";
Expand Down

0 comments on commit edcffae

Please sign in to comment.