ignore extra arguments

auto-flake-update
Yorick van Pelt 2017-01-31 18:40:41 +01:00
parent c9d98bc9ea
commit 29b0b97e82
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{pkgs ? import <nixpkgs> {}}:
{pkgs ? import <nixpkgs> {}, ...}:
let
inherit (pkgs) lib;