fix: ensure openssl is available to build the project
This commit is contained in:
parent
bfef964084
commit
32d693fa8c
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
# `nix develop`
|
# `nix develop`
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ rustc cargo ];
|
nativeBuildInputs = with pkgs; [ rustc cargo pkg-config openssl];
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosModule = { lib, pkgs, config, ... }:
|
nixosModule = { lib, pkgs, config, ... }:
|
||||||
|
@ -235,4 +235,4 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue