Add ax (axolotl) custom Go package from self-hosted git
This commit is contained in:
16
pkgs/ax/default.nix
Normal file
16
pkgs/ax/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ pkgs }:
|
||||
|
||||
pkgs.buildGoModule {
|
||||
pname = "ax";
|
||||
version = "0.1.3";
|
||||
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://g.eliaskohout.de/eliaskohout/ax";
|
||||
rev = "v0.1.3";
|
||||
hash = "sha256-IlQMAynwthzcu9YaHgelEEk9KEubmDWBtyp+bkys99M=";
|
||||
};
|
||||
|
||||
sourceRoot = "ax/src";
|
||||
|
||||
vendorHash = "sha256-+ZC1pQJzt7Cv7whzJ2r8OjWZ1C5MMGgmYYk0BEbPyJU=";
|
||||
}
|
||||
Reference in New Issue
Block a user