Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Jul 17, 2024
1 parent 48134dd commit 4fb3130
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sample-node-config/another-nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ in

# Get all the relevant binaries
environment.systemPackages =
[
hydra.packages."${system}".hydra-node # To run a hydra node
hydra.packages."${system}".hydraw # Hydra drawing game
cardano-node.packages."${system}".cardano-node # To talk to the cardano network
mithril.packages."${system}".mithril-client-cli # Efficient syncing of the cardano node
cardano-node.packages."${system}".cardano-cli # For any ad-hoc cardano actions we may like to run
];
[
hydra.packages."${system}".hydra-node # To run a hydra node
hydra.packages."${system}".hydraw # Hydra drawing game
cardano-node.packages."${system}".cardano-node # To talk to the cardano network
mithril.packages."${system}".mithril-client-cli # Efficient syncing of the cardano node
cardano-node.packages."${system}".cardano-cli # For any ad-hoc cardano actions we may like to run
];

# environment.variables = {
# };
Expand Down

0 comments on commit 4fb3130

Please sign in to comment.