Skip to content

Commit 2c59050

Browse files
committed
Add missing openssl dependency to flake
1 parent a90d341 commit 2c59050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
in {
1313
devShells.default = pkgs.mkShell {
1414
nativeBuildInputs = with pkgs; [
15-
nodejs yarn' python3 pkg-config git rsync jq moreutils quilt bats
15+
nodejs yarn' python3 pkg-config git rsync jq moreutils quilt bats openssl
1616
];
1717
buildInputs = with pkgs; (lib.optionals (!stdenv.isDarwin) [ libsecret libkrb5 ]
1818
++ (with xorg; [ libX11 libxkbfile ])

0 commit comments

Comments
 (0)