From 1ce159b5370dc0eaaed737450b8456ec22418774 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Sun, 18 Jun 2023 10:00:06 +0200 Subject: [PATCH] fix lint --- nixos/pkgs/roundcube-swipe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/pkgs/roundcube-swipe/default.nix b/nixos/pkgs/roundcube-swipe/default.nix index d89003d..2d5234f 100644 --- a/nixos/pkgs/roundcube-swipe/default.nix +++ b/nixos/pkgs/roundcube-swipe/default.nix @@ -1,6 +1,6 @@ { runCommand, fetchFromGitHub }: let - roundcubePlugin = { pname, version, src }: + roundcubePlugin = { version, src }: runCommand "roundcube-plugin-swipe-${version}" { } '' mkdir -p $out/plugins/