Create gopkgs directory for golang libs
- Created a gopkgs directory and registered it with default.nix's readTree - Moved monzo_ynab/utils -> gopkgs - Consumed utils.go in main.go - Renamed monzo_ynab -> job
This commit is contained in:
parent
ec4c8472ca
commit
64654d1d6d
6 changed files with 43 additions and 21 deletions
|
|
@ -20,6 +20,8 @@ let
|
|||
localPkgs = readTree: {
|
||||
blog = readTree ./blog;
|
||||
lisp = readTree ./lisp;
|
||||
gopkgs = readTree ./gopkgs;
|
||||
monzo_ynab = readTree ./monzo_ynab;
|
||||
third_party = readTree ./third_party;
|
||||
};
|
||||
in fix(self: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue