about summary refs log tree commit diff
path: root/tools/govanity
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-08-06 12:50:56 -0700
committerFranck Cuny <franck@fcuny.net>2022-08-06 13:01:23 -0700
commit1db8ba6f4b4b6120702845027604d5da598a991e (patch)
tree53f26407de4e241e42de8a15dc5f6a72038b70ee /tools/govanity
parentref(ci): delete custom scripts for formatting (diff)
downloadworld-1db8ba6f4b4b6120702845027604d5da598a991e.tar.gz
ref(tools): simplify the import of tools
In the `mkSystem` function, instead of defining each tools, let's import
all of them at once. This works both with installing a tool from a
module or running them from the CLI.

Change-Id: Ia44ff9a45b54a1ecea6f6b02b4cad2956799f627
Reviewed-on: https://cl.fcuny.net/c/world/+/682
Tested-by: CI
Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r--tools/govanity/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/govanity/default.nix b/tools/govanity/default.nix
index d0239a6..750b91f 100644
--- a/tools/govanity/default.nix
+++ b/tools/govanity/default.nix
@@ -1,6 +1,6 @@
-{ pkgs, ... }:
+{ pkgs, buildGoModule, ... }:
 
-pkgs.buildGoModule rec {
+buildGoModule rec {
   name = "govanity";
   src = ./.;
   vendorSha256 = "sha256-iu2QE+vvenFWpOOz1NHVQHudiWkvkKqZvD4ZX4Xa1sY=";