We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a80f55 commit 0c4e10fCopy full SHA for 0c4e10f
flake.nix
@@ -12,7 +12,7 @@
12
in {
13
devShells.default = pkgs.mkShell {
14
nativeBuildInputs = with pkgs; [
15
- nodejs yarn' python3 pkg-config git rsync jq moreutils quilt bats
+ nodejs yarn' python3 pkg-config git rsync jq moreutils quilt bats openssl
16
];
17
buildInputs = with pkgs; (lib.optionals (!stdenv.isDarwin) [ libsecret libkrb5 ]
18
++ (with xorg; [ libX11 libxkbfile ])
0 commit comments