any-nix-shell: reformat with RFC166

This commit is contained in:
Thiago Kenji Okada
2024-07-20 21:20:51 +01:00
parent f709e90813
commit aed4a5070d
+7 -1
View File
@@ -1,4 +1,10 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, bash }:
{
lib,
stdenv,
fetchFromGitHub,
makeWrapper,
bash,
}:
stdenv.mkDerivation rec {
pname = "any-nix-shell";