mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-04 17:49:08 +00:00
builder: Remove unused removeExpr variable
This commit is contained in:
parent
4620c777ae
commit
a02a4ea0b2
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ let
|
|||
|
||||
parseGoMod = import ./parser.nix;
|
||||
|
||||
removeExpr = refs: ''remove-references-to ${concatMapStrings (ref: " -t ${ref}") refs}'';
|
||||
|
||||
# Internal only build-time attributes
|
||||
internal =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue