add vendoring
This commit is contained in:
10
vendor/github.com/jhillyerd/enmime/shell.nix
generated
vendored
Normal file
10
vendor/github.com/jhillyerd/enmime/shell.nix
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation rec {
|
||||
name = "env";
|
||||
env = buildEnv { name = name; paths = buildInputs; };
|
||||
buildInputs = [
|
||||
go
|
||||
golint
|
||||
];
|
||||
hardeningDisable = [ "fortify" ];
|
||||
}
|
||||
Reference in New Issue
Block a user