Commit 28164c64 authored by Philip Taron's avatar Philip Taron Committed by Valentin Gagarin
Browse files

Avoid top-level `with ...;` in pkgs/tools/backup/ugarit-manifest-maker/default.nix

parent 623a58e4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ pkgs, lib, eggDerivation, fetchegg }:

let
  eggs = import ./eggs.nix { inherit eggDerivation fetchegg; };
in with pkgs; eggDerivation rec {
in

eggDerivation rec {
  pname = "ugarit-manifest-maker";
  version = "0.1";
  name = "${pname}-${version}";