Set correct package path
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
de71260bbf
commit
9cab98d2ce
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
description = "Bottin is a LDAP server that uses Consul's key-value store as a storage backend";
|
description = "A cloud-native LDAP server backed by a Consul datastore";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "github:nixos/nixpkgs/0244e143dc943bcf661fdaf581f01eb0f5000fcf";
|
inputs.nixpkgs.url = "github:nixos/nixpkgs/0244e143dc943bcf661fdaf581f01eb0f5000fcf";
|
||||||
inputs.gomod2nix.url = "github:tweag/gomod2nix/40d32f82fc60d66402eb0972e6e368aeab3faf58";
|
inputs.gomod2nix.url = "github:tweag/gomod2nix/40d32f82fc60d66402eb0972e6e368aeab3faf58";
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
bottin = pkgs.gomod.buildGoApplication {
|
bottin = pkgs.gomod.buildGoApplication {
|
||||||
pname = "bottin-bin";
|
pname = "bottin";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
src = builtins.filterSource
|
src = builtins.filterSource
|
||||||
(path: type: (builtins.match ".*/test/.*\\.(go|sum|mod)" path) == null)
|
(path: type: (builtins.match ".*/test/.*\\.(go|sum|mod)" path) == null)
|
||||||
|
|
Loading…
Reference in a new issue