1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-27 11:36:29 +03:00

[bot] treewide: remove unused 'args@' in lambdas

This commit is contained in:
volth 2018-07-20 19:54:05 +00:00
parent 1a6af9f88e
commit dda95bae35
74 changed files with 76 additions and 76 deletions

View file

@ -1,4 +1,4 @@
args @ { fetchurl, ... }:
{ fetchurl, ... }:
rec {
baseName = ''array-utils'';
version = ''20180131-git'';