Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
/ microgram Public archive

Latest commit

 

History

History

golang

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Packaging Go apps

It's quite easy to package Go apps with Nix if you're using Godep.

example.nix is meant to be copy-pasted into your packages collection with subsequent minor edits.

  pkgs.callPackage ./example.nix { src = <path-to-my-app-sources>; }