0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +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 = ''ptester'';
version = ''20160929-git'';