about summary refs log tree commit diff
path: root/packages/hashi/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-19 12:50:25 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-19 12:50:25 -0800
commit4d1b99df46f99d87a19e638453d7cf99c39b69d5 (patch)
tree11e46fd76a80db3321433eeaaa37e4d7b3b82cd7 /packages/hashi/default.nix
parentsign using the key from 1password (diff)
downloadworld-4d1b99df46f99d87a19e638453d7cf99c39b69d5.tar.gz
use treefmt to format all the files
Diffstat (limited to '')
-rw-r--r--packages/hashi/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/hashi/default.nix b/packages/hashi/default.nix
index cadabb4..bfe01d5 100644
--- a/packages/hashi/default.nix
+++ b/packages/hashi/default.nix
@@ -2,8 +2,7 @@
 let
   url =
     "https://artifactory.rbx.com:443/artifactory/generic-rbx-local/hashi/0.1.4/bin/hashi_darwin-amd64";
-in
-stdenv.mkDerivation rec {
+in stdenv.mkDerivation rec {
   pname = "hashi";
   version = "0.1.4";
   src = fetchurl {