trying to build the lisp server in nix
This commit is contained in:
parent
c204bd8d96
commit
54dab680d6
5 changed files with 38 additions and 8 deletions
|
@ -41,6 +41,15 @@ in mkShell rec {
|
|||
rustfmt
|
||||
rust-analyzer
|
||||
just
|
||||
openssl
|
||||
openssl.out
|
||||
openssl.dev
|
||||
];
|
||||
|
||||
nativeLibs = [
|
||||
openssl
|
||||
openssl.out
|
||||
openssl.dev
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue