diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-19 12:50:25 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-19 12:50:25 -0800 |
commit | 4d1b99df46f99d87a19e638453d7cf99c39b69d5 (patch) | |
tree | 11e46fd76a80db3321433eeaaa37e4d7b3b82cd7 /packages/hashi/default.nix | |
parent | sign using the key from 1password (diff) | |
download | world-4d1b99df46f99d87a19e638453d7cf99c39b69d5.tar.gz |
use treefmt to format all the files
Diffstat (limited to '')
-rw-r--r-- | packages/hashi/default.nix | 3 |
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 { |