Avoid top-level with ...;
in pkgs/tools/backup/ugarit-manifest-maker/default.nix
This commit is contained in:
parent
623a58e4c9
commit
28164c6434
@ -1,7 +1,10 @@
|
||||
{ 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}";
|
||||
|
Loading…
Reference in New Issue
Block a user