Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf authored Apr 9, 2024
1 parent 3f53e7d commit bed73fd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
node18DevInputs = nodeDevInputsWith pkgs.nodejs_18;
node20DevInputs = nodeDevInputsWith pkgs.nodejs_20;

# CI inputs
ciInputs = with pkgs; [
# codecov requries gnupg binary
gnupg
];

# minimem development shell
minimumDevInputs = commonDevInputs ++ ethDevInputs ++ node18DevInputs;

Expand Down Expand Up @@ -134,10 +140,6 @@
};

# CI shells
ciInputs = with pkgs; [
# codecov requries gnupg binary
gnupg
];
devShells.ci-node18 = mkShell {
buildInputs = ciInputs ++ commonDevInputs ++ ethDevInputs ++ node18DevInputs;
};
Expand Down

0 comments on commit bed73fd

Please sign in to comment.