Skip to content

Commit

Permalink
Nix updates (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sherratt <[email protected]>
  • Loading branch information
gridbugs authored Nov 19, 2024
1 parent 1b680f0 commit 8667105
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
opam
pkg-config
gmp
openssl
libev
];
nativeBuildInputs = with pkgs; [ pkg-config gmp libffi libev sqlite openssl ];
}

0 comments on commit 8667105

Please sign in to comment.