nix-build support

mara
Cadey Ratio 2 years ago
parent 3d559eb359
commit e119e119e3

1
.gitignore vendored

@ -15,3 +15,4 @@
# Dependency directories (remove the comment below to include it)
# vendor/
.DS_Store
result

@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> { }, fetchgit ? pkgs.fetchgit
, buildGoModule ? pkgs.buildGoModule }:
buildGoModule {
name = "todayinmarch2020";
src = ./.;
vendorSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";
}
Loading…
Cancel
Save