Skip to content

Commit 7a2993f

Browse files
author
Aleksandr Penskoi
committed
Add plutus-config deps
1 parent d7d8f85 commit 7a2993f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

flake.lock

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+10
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
106106
"github:input-output-hk/Win32-network/3825d3abf75f83f406c1f7161883c438dac7277d";
107107
flake = false;
108108
};
109+
plutus-config = {
110+
url =
111+
"github:mlabs-haskell/plutus-config/240c281a8cdaeee17128ab4102443395ad3613f9";
112+
flake = false;
113+
};
109114
};
110115

111116
outputs = { self, nixpkgs, haskell-nix, iohk-nix, ... }@inputs:
@@ -310,6 +315,10 @@
310315
src = inputs.Win32-network;
311316
subdirs = [ "." ];
312317
}
318+
{
319+
src = inputs.plutus-config;
320+
subdirs = [ "." ];
321+
}
313322
];
314323

315324
projectFor = system:
@@ -324,6 +333,7 @@
324333
shell = {
325334
additional = ps: [
326335
ps.plutus-pab
336+
ps.plutus-config
327337
];
328338
withHoogle = true;
329339
tools.haskell-language-server = {};

0 commit comments

Comments
 (0)