home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

default.nix (104B)


      1 { buildGoModule }:
      2 
      3 buildGoModule rec {
      4   name = "go-org-readwise";
      5   src = ./.;
      6   vendorHash = null;
      7 }