Skip to content

Commit

Permalink
WIP: Messing with nix
Browse files Browse the repository at this point in the history
  • Loading branch information
intricate committed Apr 20, 2020
1 parent 33149af commit 13ab898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/svclib.nix
@@ -1,8 +1,8 @@
{ pkgs, cardano-node-packages ? pkgs.cardanoNodeHaskellPackages.cardano-node.components.exes }:
{ pkgs, cardano-cli-packages ? pkgs.cardanoNodeHaskellPackages.cardano-cli.components.exes }:
with builtins; with pkgs.lib;
let
inherit (pkgs) commonLib;
cardano-cli-bin = "${cardano-node-packages.cardano-cli}/bin/cardano-cli";
cardano-cli-bin = "${cardano-cli-packages.cardano-cli}/bin/cardano-cli";

## mkNodeConfig
## :: ServiceConfig AttrSet -> NodeId Int -> NodeConfig AttrSet
Expand Down

0 comments on commit 13ab898

Please sign in to comment.