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>; }
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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>; }