Skip to content

Commit 435978c

Browse files
committed
refactor(flake-parts): use inputs'
1 parent 4c12871 commit 435978c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/cardano.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
{ inputs, ... }:
21
{
32
perSystem =
4-
{ system, ... }:
3+
{ inputs', ... }:
54
{
65
packages = {
7-
inherit (inputs.cardano-node.packages.${system}) cardano-cli cardano-node;
6+
inherit (inputs'.cardano-node.packages) cardano-cli cardano-node;
87
};
98
};
109
}

0 commit comments

Comments
 (0)