Avoid top-level `with ...;` in pkgs/development/tools/headache/default.nix

This commit is contained in:
Philip Taron 2024-03-26 07:52:26 -07:00 committed by Vincent Laporte
parent 9df9593b0c
commit 4fc3979c5b
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{ lib, fetchFromGitHub, nix-update-script, ocamlPackages }:
with ocamlPackages;
let
inherit (ocamlPackages) buildDunePackage camomile;
in
buildDunePackage rec {
pname = "headache";