mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
treewide: fix statix errors
This commit is contained in:
parent
a4b8c2b8da
commit
743d7eead9
48 changed files with 72 additions and 82 deletions
|
@ -13,7 +13,7 @@ let
|
|||
inherit (args) version;
|
||||
src = fetchurl {
|
||||
url = "https://grafana.com/api/dashboards/${toString args.id}/revisions/${args.version}/download";
|
||||
hash = args.hash;
|
||||
inherit (args) hash;
|
||||
};
|
||||
dontUnpack = true;
|
||||
installPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue