{ pkgs ? import {} }: pkgs.buildGoModule { pname = "alloy-nix-config"; version = "git"; src = ./.; vendorHash = null; }