Skip to content

Commit

Permalink
Update nixpkgs and add missing dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Sep 13, 2024
1 parent 0502b0b commit 8e3f838
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ pkgs ? import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/92d2950194214e975ae7bd2655036689fccac155.tar.gz";
sha256 = "1x8nk008bz5vkmqm7syxm68b0zchias039ppqjjz7rx58cqpikrk";
url = "https://github.com/NixOS/nixpkgs/archive/280db3decab4cbeb22a4599bd472229ab74d25e1.tar.gz";
sha256 = "sha256:17n9wji64l7d16s8r100ypwlxkmwrypll4q3wkkfjswbilxkqjr6";
}) { } }:

pkgs.stdenv.mkDerivation rec {
Expand All @@ -15,10 +15,11 @@ pkgs.stdenv.mkDerivation rec {
merlin
ocaml-lsp
pkgs.ocamlformat
pkgs.nixfmt
pkgs.nixfmt-rfc-style
pkgs.nodePackages.get-graphql-schema
# Direct dependencies
base
camlzip
cohttp
cohttp-lwt-unix
hex
Expand Down

0 comments on commit 8e3f838

Please sign in to comment.